Fix specs and remove unnecessary console.log
This commit is contained in:
parent
d5c071419a
commit
91f9866cce
2 changed files with 2 additions and 3 deletions
|
@ -11,7 +11,6 @@ class @Project
|
|||
$(@).toggleClass('active')
|
||||
|
||||
url = $("#project_clone").val()
|
||||
console.log("url",url)
|
||||
|
||||
# Update the input field
|
||||
$('#project_clone').val(url)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue