From dfa4a97dd85ea8758a505e266ae7c5b522957315 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Fri, 28 Mar 2025 05:24:36 -0400 Subject: [PATCH] Fix intermittent account note failure by removing disappearing content check (#34296) --- spec/system/account_notes_spec.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/system/account_notes_spec.rb b/spec/system/account_notes_spec.rb index 4677068f6a..c4054f204e 100644 --- a/spec/system/account_notes_spec.rb +++ b/spec/system/account_notes_spec.rb @@ -24,11 +24,6 @@ RSpec.describe 'Account notes', :inline_jobs, :js, :streaming do # The easiest way is to send ctrl+enter ourselves 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) .to have_css('.account__header__account-note__content', text: note_text)