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:
authorStan Hu <stanhu@gmail.com>2016-03-20 15:53:43 +0300
committerStan Hu <stanhu@gmail.com>2016-03-20 15:53:43 +0300
commit91f9866cceb666f1e3800b6116c398c90332c764 (patch)
tree6b84289a27f4917388be588f3b1030a361d23516 /features
parentd5c071419a3c302a7cdfd939db944515b57bf21b (diff)
Fix specs and remove unnecessary console.log
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/create.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/create.rb b/features/steps/project/create.rb
index 8a0e8fc2b6c..422b151eaa2 100644
--- a/features/steps/project/create.rb
+++ b/features/steps/project/create.rb
@@ -27,7 +27,7 @@ class Spinach::Features::ProjectCreate < Spinach::FeatureSteps
step 'I click on HTTP' do
find('#clone-dropdown').click
- find('#http-selector').click
+ find('.http-selector').click
end
step 'Remote url should update to http link' do
@@ -36,7 +36,7 @@ class Spinach::Features::ProjectCreate < Spinach::FeatureSteps
step 'If I click on SSH' do
find('#clone-dropdown').click
- find('#ssh-selector').click
+ find('.ssh-selector').click
end
step 'Remote url should update to ssh link' do