Skip to content
Snippets Groups Projects
Verified Commit 358b0b4b authored by Heinrich Lee Yu's avatar Heinrich Lee Yu
Browse files

Fix CSS selector used in specs

This selector does not exist anymore so the spec fails
parent 5c225e6d
No related branches found
No related tags found
2 merge requests!96059Draft: Add GraphQL query for deployment details,!95544Fix CSS selector used in specs
......@@ -329,7 +329,7 @@
it 'has working links to submodules' do
click_link('645f6c4c')
expect(page).to have_selector('.qa-branches-select', text: '645f6c4c82fd3f5e06f67134450a570b795e55a6') # rubocop:disable QA/SelectorUsage
expect(page).to have_selector('[data-testid="branches-select"]', text: '645f6c4c82fd3f5e06f67134450a570b795e55a6')
end
context 'for signed commit on default branch', :js do
......
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