Skip to content
Snippets Groups Projects
Verified Commit b1b197ae authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Wait for ajax call in merge request unsubscribe test

parent 5a8738a7
No related branches found
No related tags found
1 merge request!6916Fix Spinach merge request diff failures
Pipeline #
Loading
Loading
@@ -7,6 +7,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
include SharedMarkdown
include SharedDiffNote
include SharedUser
include WaitForAjax
 
step 'I click link "New Merge Request"' do
click_link "New Merge Request"
Loading
Loading
@@ -90,6 +91,7 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
 
step 'I click button "Unsubscribe"' do
click_on "Unsubscribe"
wait_for_ajax
end
 
step 'I click link "Close"' do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment