Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-27 18:09:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-27 18:09:49 +0300
commit99befc3927c859a3ecc9ef5d895d3f820ac5317d (patch)
tree37ca8da7b926e669668183b08c63ec4a8cd31fc2 /spec/features/profile_spec.rb
parent7a20b3758e651fe79032a5165db2208183877317 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/profile_spec.rb')
-rw-r--r--spec/features/profile_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/features/profile_spec.rb b/spec/features/profile_spec.rb
index 0f453f1c1e5..9a261c6d9c8 100644
--- a/spec/features/profile_spec.rb
+++ b/spec/features/profile_spec.rb
@@ -74,8 +74,6 @@ RSpec.describe 'Profile account page', :js do
expect(find('#feed_token').value).not_to eq(previous_token)
end
-
- expect(page).to have_content 'Feed token was successfully reset'
end
end