Skip to content
Snippets Groups Projects
Commit d0793df8 authored by Sanad Liaquat's avatar Sanad Liaquat
Browse files

Merge branch 'qa-fix-e2e-spec-with-stale-btn-success' into 'master'

Fix e2e test using stale btn-success

See merge request gitlab-org/gitlab!88336
parents 7f86b5b7 72b0f12e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -26,7 +26,7 @@ def add_project(project_name)
within_add_projects_modal do
fill_project_search_input(project_name)
select_project
find('button.btn.btn-success').click
find('button.btn.btn-confirm').click
end
end
 
Loading
Loading
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