Commit 4a7db8d3 authored by Tetiana Chupryna's avatar Tetiana Chupryna

Merge branch...

Merge branch '333055-spec-failure-in-spec-features-profile_spec-rb-profile-account-page-when-i-reset-feed-token' into 'master'

test: Don't rely on flash notice in system test

See merge request gitlab-org/gitlab!66926
parents aeb3fb38 ff9d964d
...@@ -74,8 +74,6 @@ RSpec.describe 'Profile account page', :js do ...@@ -74,8 +74,6 @@ RSpec.describe 'Profile account page', :js do
expect(find('#feed_token').value).not_to eq(previous_token) expect(find('#feed_token').value).not_to eq(previous_token)
end end
expect(page).to have_content 'Feed token was successfully reset'
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment