summaryrefslogtreecommitdiff
path: root/features/steps/explore
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-28 15:01:37 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-08-28 15:01:37 +0300
commitd4a2ef52715438b26a4bfc5ba3684d8c303832c9 (patch)
treeb033c66318c0c4686c2dc41c57844fa882a5a544 /features/steps/explore
parent82893089332bc1eb7f36bce8aef5ef19c91164eb (diff)
downloadgitlab-ce-d4a2ef52715438b26a4bfc5ba3684d8c303832c9.tar.gz
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/explore')
-rw-r--r--features/steps/explore/projects.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/explore/projects.rb b/features/steps/explore/projects.rb
index dfd51060738..f31d32a4a2d 100644
--- a/features/steps/explore/projects.rb
+++ b/features/steps/explore/projects.rb
@@ -35,13 +35,13 @@ class Spinach::Features::ExploreProjectsFeature < Spinach::FeatureSteps
end
step 'I should see project "Community" home page' do
- within '.project-home-title' do
+ within '.navbar-gitlab .title' do
page.should have_content 'Community'
end
end
step 'I should see project "Internal" home page' do
- within '.project-home-title' do
+ within '.navbar-gitlab .title' do
page.should have_content 'Internal'
end
end