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:
authorPhil Hughes <me@iamphill.com>2016-02-22 20:37:26 +0300
committerPhil Hughes <me@iamphill.com>2016-02-22 20:37:26 +0300
commit62f4a9de1997fb1281e4d73753d157d2e29940c4 (patch)
treec6c1fa4b4d9a0e768f625db7021d4a2cd9c13874 /features/steps/shared/paths.rb
parent5803a5308f5a7a84cc84dd0a7d8a89565bae0717 (diff)
Users don't get instructions to push to other users empty projects
Fixes #12518
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index f4df4874d2f..0f9835e7356 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -447,6 +447,10 @@ module SharedPaths
visit namespace_project_path(project.namespace, project)
end
+ step "I should not see command line instructions" do
+ expect(page).not_to have_css('.empty_wrapper')
+ end
+
# ----------------------------------------
# Public Projects
# ----------------------------------------