diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-04-13 17:26:22 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-04-13 17:26:22 +0200 |
commit | 3d38e461918e75e719938801ae2d63aae680a85c (patch) | |
tree | f2b7d44824aafe954724176abc50a1cdb364d9be /features | |
parent | 9e68109f2d454dd05cf42a03a41a2e858e1e11bc (diff) | |
download | gitlab-ce-3d38e461918e75e719938801ae2d63aae680a85c.tar.gz |
Support skipped status
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/dashboard/dashboard.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb index b5980b35102..ba0e829dc0c 100644 --- a/features/steps/dashboard/dashboard.rb +++ b/features/steps/dashboard/dashboard.rb @@ -13,7 +13,7 @@ class Spinach::Features::Dashboard < Spinach::FeatureSteps end step 'I should see "Shop" project CI status' do - expect(page).to have_link "Build skipped" + expect(page).to have_link "Build: skipped" end step 'I should see last push widget' do |