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:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 20:26:41 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 20:26:50 +0300
commit69f9bf77d4ad3fd6c690bf863337854f4347494d (patch)
tree366f196a7400be18d12f6cef21a698d8c0620fd7 /features/steps
parentea5fa54b2d1949a21503661b3fd5a25401bf110e (diff)
spinach tests will pass now
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/project/star.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/star.rb b/features/steps/project/star.rb
index bd2e0619cdd..9f7c748a3b7 100644
--- a/features/steps/project/star.rb
+++ b/features/steps/project/star.rb
@@ -32,6 +32,6 @@ class Spinach::Features::ProjectStar < Spinach::FeatureSteps
protected
def has_n_stars(n)
- expect(page).to have_css(".star-btn .count", text: n, visible: true)
+ expect(page).to have_css(".star-count", text: n, visible: true)
end
end