summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-11 10:27:53 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-02-11 10:29:15 +0100
commit9e6190485b2213c9dfdd3d5b22853fc6e2263c2a (patch)
treeac04168b9983fec0af96696dbab4dd23b2bd50e9 /features/project
parentdebaa813294f81d127e92bc75a3ae0751af7a316 (diff)
downloadgitlab-ce-9e6190485b2213c9dfdd3d5b22853fc6e2263c2a.tar.gz
Parse XML instead of HTML in tests for a SVG build badgefix/ci-build-status-badge
Diffstat (limited to 'features/project')
-rw-r--r--features/project/badges/build.feature8
1 files changed, 4 insertions, 4 deletions
diff --git a/features/project/badges/build.feature b/features/project/badges/build.feature
index bdd934651e6..9417f62d680 100644
--- a/features/project/badges/build.feature
+++ b/features/project/badges/build.feature
@@ -6,17 +6,17 @@ Feature: Project Badges Build
And project has a recent build
Scenario: I want to see a badge for successfully built project
- Given recent build is successfull
+ Given recent build is successful
When I display builds badge for a master branch
Then I should see a build success badge
- Scenario: I want to see a badge for project with filed builds
+ Scenario: I want to see a badge for project with failed builds
Given recent build failed
When I display builds badge for a master branch
Then I should see a build failed badge
Scenario: I want to see a badge for project with running builds
- Given recent build is successfull
- And project has an another build that is running
+ Given recent build is successful
+ And project has another build that is running
When I display builds badge for a master branch
Then I should see a build running badge