summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2016-02-02 12:23:10 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-19 17:24:59 +0100
commitede451c851f2bc5f445a1ff7a418735f4a98405f (patch)
tree2d5d41b43f58de707051d6be3663b707ed729003 /features/steps
parent2c7f36f43072dcffca13c7e248f8df1bf226ce1a (diff)
downloadgitlab-ce-ede451c851f2bc5f445a1ff7a418735f4a98405f.tar.gz
Show information indicating that build has been erased
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/project/builds/summary.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/project/builds/summary.rb b/features/steps/project/builds/summary.rb
index 70de61101b8..1bcff659181 100644
--- a/features/steps/project/builds/summary.rb
+++ b/features/steps/project/builds/summary.rb
@@ -24,4 +24,8 @@ class Spinach::Features::ProjectBuildsSummary < Spinach::FeatureSteps
step 'recent build summary does not have artifacts widget' do
expect(page).to have_no_css('.artifacts')
end
+
+ step 'recent build summary contains information saying that build has been erased' do
+ expect(page).to have_css('.erased')
+ end
end