mirror of
https://github.com/mastodon/mastodon.git
synced 2025-05-11 20:21:10 +00:00
Fix intermittent account note failure by removing disappearing content check (#34296)
This commit is contained in:
parent
c2defe0e4c
commit
dfa4a97dd8
|
@ -24,11 +24,6 @@ RSpec.describe 'Account notes', :inline_jobs, :js, :streaming do
|
||||||
# The easiest way is to send ctrl+enter ourselves
|
# The easiest way is to send ctrl+enter ourselves
|
||||||
find_field(class: 'account__header__account-note__content').send_keys [:control, :enter]
|
find_field(class: 'account__header__account-note__content').send_keys [:control, :enter]
|
||||||
|
|
||||||
within('.account__header__account-note .inline-alert') do
|
|
||||||
expect(page)
|
|
||||||
.to have_content('SAVED')
|
|
||||||
end
|
|
||||||
|
|
||||||
expect(page)
|
expect(page)
|
||||||
.to have_css('.account__header__account-note__content', text: note_text)
|
.to have_css('.account__header__account-note__content', text: note_text)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user