summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-16 09:51:02 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-19 17:24:59 +0100
commit36971a50464506c88535b3bfd9300b37c2e07ca3 (patch)
treedc8989f0e4acba9fa3ce44821d59060818f09ce4 /features
parent7d5a182624acd2e48eba2531f7597a93b117c056 (diff)
downloadgitlab-ce-36971a50464506c88535b3bfd9300b37c2e07ca3.tar.gz
Fix feature tests for erasing build
Diffstat (limited to 'features')
-rw-r--r--features/project/builds/summary.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/project/builds/summary.feature b/features/project/builds/summary.feature
index 6addc56da77..4f3fd194d00 100644
--- a/features/project/builds/summary.feature
+++ b/features/project/builds/summary.feature
@@ -15,7 +15,8 @@ Feature: Project Builds Summary
Then I see button to CI Lint
Scenario: I erase a build
- Given recent build has a build trace
+ Given recent build is successful
+ And recent build has a build trace
When I visit recent build details page
And I click erase build button
Then recent build has been erased