Commit 05825fe7 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'group-merge-requests-test-fix' into 'master'

Fixed group merge requests failure

See merge request !13985
parents 996fdda2 5c153b06
......@@ -25,7 +25,7 @@ feature 'Group merge requests page' do
end
it 'ignores archived merge request count badges in navbar' do
expect( page.find('[title="Merge Requests"] span.badge.count').text).to eq("1")
expect( page.find('[aria-label="Merge Requests"] span.badge.count').text).to eq("1")
end
it 'ignores archived merge request count badges in state-filters' 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