Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-14 16:25:18 +0300
committerGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-14 16:25:18 +0300
commit9d2b8326b2c106389024a2c3e921fbb6283db748 (patch)
treefb6463b8403cdf45c2ff90fea0a297dcbb21d12a /features/project/commits
parent32d83ee79fedc8760486ff40a2459ecb472fa51b (diff)
Update commits spinach tests related to displaying build status
Diffstat (limited to 'features/project/commits')
-rw-r--r--features/project/commits/commits.feature3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature
index 21367fd76a0..5bb2d0e976b 100644
--- a/features/project/commits/commits.feature
+++ b/features/project/commits/commits.feature
@@ -19,7 +19,8 @@ Feature: Project Commits
Scenario: I browse commit with ci from list
Given commit has ci status
- And I click on commit link
+ And repository contains ".gitlab-ci.yml" file
+ When I click on commit link
Then I see commit ci info
And I click status link
Then I see builds list