Commit dfeabe07 authored by Bryce Johnson's avatar Bryce Johnson

Add specificity to Service Desk link selector in spec.

parent 2c63a650
...@@ -16,7 +16,7 @@ describe 'Service Desk Issue Tracker', js: true do ...@@ -16,7 +16,7 @@ describe 'Service Desk Issue Tracker', js: true do
before do before do
visit project_path(project) visit project_path(project)
find('.sidebar-top-level-items .shortcuts-issues').click find('.sidebar-top-level-items .shortcuts-issues').click
find('a[title="Service Desk"]').click find('.sidebar-sub-level-items a[title="Service Desk"]').click
end end
it 'can navigate to the service desk from link in the sidebar' do it 'can navigate to the service desk from link in the sidebar' do
......
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