summaryrefslogtreecommitdiff
path: root/spec/features/projects/developer_views_empty_project_instructions_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/developer_views_empty_project_instructions_spec.rb')
-rw-r--r--spec/features/projects/developer_views_empty_project_instructions_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/projects/developer_views_empty_project_instructions_spec.rb b/spec/features/projects/developer_views_empty_project_instructions_spec.rb
index fe8567ce348..36809240f76 100644
--- a/spec/features/projects/developer_views_empty_project_instructions_spec.rb
+++ b/spec/features/projects/developer_views_empty_project_instructions_spec.rb
@@ -17,7 +17,7 @@ feature 'Developer views empty project instructions' do
expect_instructions_for('http')
end
- scenario 'switches to SSH', js: true do
+ scenario 'switches to SSH', :js do
visit_project
select_protocol('SSH')
@@ -37,7 +37,7 @@ feature 'Developer views empty project instructions' do
expect_instructions_for('ssh')
end
- scenario 'switches to HTTP', js: true do
+ scenario 'switches to HTTP', :js do
visit_project
select_protocol('HTTP')