Commit 934f3cf2 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'georgekoltsov/update-connect-instance-spec' into 'master'

Update connect_instance_spec.rb to go to homepage before finishing the test

See merge request gitlab-org/gitlab!65153
parents 11916743 0f88d420
......@@ -59,6 +59,8 @@ RSpec.describe 'Import/Export - Connect to another instance', :js do
expect(page).to have_content 'Showing 1-1 of %{total} groups from %{url}' % { url: source_url, total: total }
expect(page).to have_content stub_path
visit '/'
wait_for_all_requests
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