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:
authorRyan Harris <harrisryan1@gmail.com>2016-11-29 21:39:57 +0300
committerRyan Harris <harrisryan1@gmail.com>2016-11-29 21:39:57 +0300
commit530d222815b62180145d3cbe89cd3602835de8ad (patch)
tree2dd4b4d77497fae1e7cd7dc91f3a233e46ea9b78 /spec/features/profiles
parent084d90acc4a58fbbb97fb524ada947e06d604202 (diff)
Edit /spec/features/profiles/preferences_spec.rb to match changes in 084d90ac
Diffstat (limited to 'spec/features/profiles')
-rw-r--r--spec/features/profiles/preferences_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/profiles/preferences_spec.rb b/spec/features/profiles/preferences_spec.rb
index d14a1158b67..a6b841c0210 100644
--- a/spec/features/profiles/preferences_spec.rb
+++ b/spec/features/profiles/preferences_spec.rb
@@ -73,7 +73,7 @@ describe 'Profile > Preferences', feature: true do
expect(page.current_path).to eq starred_dashboard_projects_path
end
- click_link 'Your Projects'
+ click_link 'Your projects'
expect(page).not_to have_content("You don't have starred projects yet")
expect(page.current_path).to eq dashboard_projects_path