summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-18 07:35:43 -0400
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-18 07:35:43 -0400
commit28ce41c00ebba5b60c69f75d9bce97c11210779a (patch)
tree747d77bab7cf97c16498e4e6f79ed2427540cabb /features
parent433ca7390d800a2fda3e3c5eb29272d0ba2d9df6 (diff)
downloadgitlab-ce-28ce41c00ebba5b60c69f75d9bce97c11210779a.tar.gz
Fix tests
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 ba0e829dc0c..b5980b35102 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