diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-24 14:00:23 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-24 14:00:23 +0200 |
commit | 353d426e4e68006ba8cea90e2f6ad4e8956cb6a9 (patch) | |
tree | 280f42e1f77712113a7453ed74d3bc8b9ec068f6 /features/dashboard | |
parent | 3e866b2aa6d95008894910342d4cbedc8308ef2a (diff) | |
download | gitlab-ce-353d426e4e68006ba8cea90e2f6ad4e8956cb6a9.tar.gz |
Show CI status on Your projects page and Starred projects pageci-status-projects-page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/dashboard')
-rw-r--r-- | features/dashboard/dashboard.feature | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature index 392d4235eff..b667b587c5b 100644 --- a/features/dashboard/dashboard.feature +++ b/features/dashboard/dashboard.feature @@ -4,12 +4,14 @@ Feature: Dashboard Given I sign in as a user And I own project "Shop" And project "Shop" has push event + And project "Shop" has CI enabled + And project "Shop" has CI build And I visit dashboard page - @javascript Scenario: I should see projects list Then I should see "New Project" link Then I should see "Shop" project link + Then I should see "Shop" project CI status @javascript Scenario: I should see activity list |