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:
authorSanad Liaquat <sliaquat@gitlab.com>2019-07-30 08:56:01 +0300
committerSanad Liaquat <sliaquat@gitlab.com>2019-07-30 08:56:01 +0300
commit789eb15b06f899f5d78a1b55934706e0c34d1cb9 (patch)
tree193b865be67bbcb768a97a90527e2848140a7fc6
parent751cca3903154e973cbe6ba1dbe609c827dd53e7 (diff)
Test screenshots in before block
-rw-r--r--qa/qa/specs/features/browser_ui/3_create/repository/clone_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/qa/specs/features/browser_ui/3_create/repository/clone_spec.rb b/qa/qa/specs/features/browser_ui/3_create/repository/clone_spec.rb
index f2584f55a60..c6682950853 100644
--- a/qa/qa/specs/features/browser_ui/3_create/repository/clone_spec.rb
+++ b/qa/qa/specs/features/browser_ui/3_create/repository/clone_spec.rb
@@ -7,6 +7,8 @@ module QA
Runtime::Browser.visit(:gitlab, Page::Main::Login)
Page::Main::Login.perform(&:sign_in_using_credentials)
+ expect(false).to eq(true)
+
@project = Resource::Project.fabricate! do |scenario|
scenario.name = 'project-with-code'
scenario.description = 'project for git clone tests'