summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-11-29 13:02:28 +0000
committerFilipa Lacerda <filipa@gitlab.com>2016-12-21 11:18:15 +0000
commit7086dac42fff6e32bc38b389ffa104d9c21a159c (patch)
tree039fbb7c6c4d003310b8d500760f4834e2de1fb1 /features/steps
parent9a82aa70e3f3ff679c7a27ccbb9d497576b20822 (diff)
downloadgitlab-ce-7086dac42fff6e32bc38b389ffa104d9c21a159c.tar.gz
Changes after review
Fix broken test Remove spinach tests for the builds tab
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/project/commits/commits.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/features/steps/project/commits/commits.rb b/features/steps/project/commits/commits.rb
index 007dfb67a77..18e267294e4 100644
--- a/features/steps/project/commits/commits.rb
+++ b/features/steps/project/commits/commits.rb
@@ -166,15 +166,6 @@ class Spinach::Features::ProjectCommits < Spinach::FeatureSteps
expect(page).to have_content "Pipeline #1 for 570e7b2a pending"
end
- step 'I click status link' do
- find('.commit-ci-menu').click_link "Builds"
- end
-
- step 'I see builds list' do
- expect(page).to have_content "Pipeline #1 for 570e7b2a pending"
- expect(page).to have_content "1 build"
- end
-
step 'I search "submodules" commits' do
fill_in 'commits-search', with: 'submodules'
end