summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harris <harrisryan1@gmail.com>2016-11-29 13:39:57 -0500
committerRyan Harris <harrisryan1@gmail.com>2016-11-29 13:39:57 -0500
commit530d222815b62180145d3cbe89cd3602835de8ad (patch)
tree2dd4b4d77497fae1e7cd7dc91f3a233e46ea9b78
parent084d90acc4a58fbbb97fb524ada947e06d604202 (diff)
downloadgitlab-ce-530d222815b62180145d3cbe89cd3602835de8ad.tar.gz
Edit /spec/features/profiles/preferences_spec.rb to match changes in 084d90ac
-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