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-18 14:35:43 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-18 14:35:43 +0300
commit28ce41c00ebba5b60c69f75d9bce97c11210779a (patch)
tree747d77bab7cf97c16498e4e6f79ed2427540cabb /features
parent433ca7390d800a2fda3e3c5eb29272d0ba2d9df6 (diff)
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