Commit ab49d4cb authored by Dan Davison's avatar Dan Davison

Merge branch 'acunskis-fix-flaky-github-import' into 'master'

E2E: Add removed wait for github import validation

See merge request gitlab-org/gitlab!64401
parents 09ad4f3b 41dc2fdb
......@@ -77,7 +77,9 @@ module QA
reload: true,
skip_finished_loading_check_on_refresh: true
) do
page.has_no_content?('Importing 1 repository')
# TODO: Refactor to explicitly wait for specific project import successful status
# This check can create false positive if main importing message appears with delay and check exits early
page.has_no_content?('Importing 1 repository', wait: 3)
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