Commit 6ce49529 authored by Fatih Acet's avatar Fatih Acet

Merge branch...

Merge branch '12767-broken-master-ee-spec-features-merge_request-user_approves_with_password_spec-rb' into 'master'

Resolve flaky test in user_approves_with_password_spec.rb

Closes #12767

See merge request gitlab-org/gitlab-ee!14640
parents 350de545 6aaa60be
...@@ -38,8 +38,9 @@ describe 'Merge request > User approves with password', :js do ...@@ -38,8 +38,9 @@ describe 'Merge request > User approves with password', :js do
page.within('.js-mr-approvals-modal') do page.within('.js-mr-approvals-modal') do
expect(page).to have_text('Approval password is invalid.') expect(page).to have_text('Approval password is invalid.')
click_button 'Cancel' click_button 'Cancel'
expect(page).not_to have_text('Approved by')
end end
expect(page).not_to have_text('Approved by')
end end
end end
......
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