Commit 479b515e authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'qa-ml-fix-rebase-spec' into 'master'

Reload if needed when checking merge status

Closes gitlab-org/quality/nightly#64

See merge request gitlab-org/gitlab-ce!24732
parents f6c8e9c6 ffeadd6b
......@@ -85,7 +85,7 @@ module QA
click_element :mr_rebase_button
success = wait(reload: false) do
success = wait do
has_text?('Fast-forward merge without a merge commit')
end
......@@ -118,7 +118,7 @@ module QA
merge_immediately
success = wait(reload: false) do
success = wait do
has_text?('The changes were merged into')
end
......
......@@ -3,7 +3,7 @@
module QA
context 'Create' do
describe 'Merge request rebasing' do
it 'user rebases source branch of merge request', :quarantine do
it 'user rebases source branch of merge request' do
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.perform(&:sign_in_using_credentials)
......
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