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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 18:26:22 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 18:26:22 +0300
commit3d38e461918e75e719938801ae2d63aae680a85c (patch)
treef2b7d44824aafe954724176abc50a1cdb364d9be /features
parent9e68109f2d454dd05cf42a03a41a2e858e1e11bc (diff)
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