summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 17:26:22 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 17:26:22 +0200
commit3d38e461918e75e719938801ae2d63aae680a85c (patch)
treef2b7d44824aafe954724176abc50a1cdb364d9be /features
parent9e68109f2d454dd05cf42a03a41a2e858e1e11bc (diff)
downloadgitlab-ce-3d38e461918e75e719938801ae2d63aae680a85c.tar.gz
Support skipped status
Diffstat (limited to 'features')
-rw-r--r--features/steps/dashboard/dashboard.rb2
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