Edit /spec/features/profiles/preferences_spec.rb to match changes in 084d90ac
This commit is contained in:
parent
084d90acc4
commit
530d222815
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue