Skip to content
Snippets Groups Projects
Commit ebd992fd authored by Tanya Pazitny's avatar Tanya Pazitny Committed by Mayra Cabrera
Browse files

Changes capybara selector to qa-selector

Otherwise capybara hits ambiguous match.
parent ef3e6785
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,7 +20,7 @@ describe 'Contextual sidebar', :js do
 
expect(page).to have_selector('.is-showing-fly-out')
 
find('.qa-link-project').hover
find('a[data-qa-selector="project_link"]').hover
 
expect(page).not_to have_selector('.is-showing-fly-out')
 
Loading
Loading
@@ -30,7 +30,7 @@ describe 'Contextual sidebar', :js do
 
expect(page).to have_selector('.is-showing-fly-out')
 
find('.qa-link-project').hover
find('a[data-qa-selector="project_link"]').hover
 
expect(page).to have_selector('.is-showing-fly-out')
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment