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:
authorTim Zallmann <tzallmann@gitlab.com>2018-08-10 15:02:12 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-08-10 15:02:12 +0300
commit52646106754a4eae02c6ae0c988508981c4f8e39 (patch)
tree3eb8dff215fc4b3f5981b9912489bff5e0fb1297 /spec/features/projects/settings
parente5c0f495a4384157535fe768f04e984a85fd4d79 (diff)
parent641d8ec7eac15ba4a91ab529e069cd175874ba57 (diff)
Merge branch 'ce-port-3959-mirroring-interface-improvements' into 'master'
port "Resolve "Mirroring interface improvements"" See merge request gitlab-org/gitlab-ce!20837
Diffstat (limited to 'spec/features/projects/settings')
-rw-r--r--spec/features/projects/settings/repository_settings_spec.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/features/projects/settings/repository_settings_spec.rb b/spec/features/projects/settings/repository_settings_spec.rb
index a0f5b234ebc..377a75cbcb3 100644
--- a/spec/features/projects/settings/repository_settings_spec.rb
+++ b/spec/features/projects/settings/repository_settings_spec.rb
@@ -129,9 +129,8 @@ describe 'Projects > Settings > Repository settings' do
visit project_settings_repository_path(project)
end
- it 'shows push mirror settings' do
- expect(page).to have_selector('#project_remote_mirrors_attributes_0_enabled')
- expect(page).to have_selector('#project_remote_mirrors_attributes_0_url')
+ it 'shows push mirror settings', :js do
+ expect(page).to have_selector('#mirror_direction')
end
end
end