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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-02 21:02:26 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-02 21:02:26 +0300
commit774c523c1f0ccb259329ff0b945c73ca5e06a7aa (patch)
treeac25f3e7634cf35644016d9ccfc2f1504c296381 /features/steps/dashboard
parent5bbe6c4d54f9cffcac9d3c14d5ef5ad0248ffcc9 (diff)
Fix tests and update CHANGELOG
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/dashboard')
-rw-r--r--features/steps/dashboard/starred_projects.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/starred_projects.rb b/features/steps/dashboard/starred_projects.rb
index 59c73fe63f2..c33813e550b 100644
--- a/features/steps/dashboard/starred_projects.rb
+++ b/features/steps/dashboard/starred_projects.rb
@@ -8,7 +8,7 @@ class Spinach::Features::DashboardStarredProjects < Spinach::FeatureSteps
end
step 'I should not see project "Shop"' do
- page.within 'aside' do
+ page.within '.projects-list' do
expect(page).not_to have_content('Shop')
end
end