Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-01-26 03:39:28 +0300
committerNick Thomas <nick@gitlab.com>2019-01-28 14:20:54 +0300
commit654f7fe8ffbce488c11c38f46e2b2f3bea3b9fee (patch)
tree861426cfb440df96bd073646e63a8a68a02bf00d /spec/features/projects/settings
parent49c12f9b0fec9a0153f866a0f6f27ed5eb336bf0 (diff)
Wait for requests in specs before interacting with select2
Diffstat (limited to 'spec/features/projects/settings')
-rw-r--r--spec/features/projects/settings/user_changes_default_branch_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/features/projects/settings/user_changes_default_branch_spec.rb b/spec/features/projects/settings/user_changes_default_branch_spec.rb
index 7dc18601f50..fcf05e04a5c 100644
--- a/spec/features/projects/settings/user_changes_default_branch_spec.rb
+++ b/spec/features/projects/settings/user_changes_default_branch_spec.rb
@@ -15,9 +15,6 @@ describe 'Projects > Settings > User changes default branch' do
let(:project) { create(:project, :repository, namespace: user.namespace) }
it 'allows to change the default branch', :js do
- # Otherwise, running JS may overwrite our change to project_default_branch
- wait_for_requests
-
select2('fix', from: '#project_default_branch')
page.within '#default-branch-settings' do