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>2016-02-29 21:03:21 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-10 20:20:00 +0300
commit136ba502d3ad3378f7746a18c3045346a2f49081 (patch)
tree15af0575ddd693bf1e8102b30111c8aab6d4ca29 /features/steps
parent4f954d6adc87e976204ea7b7e47a974d2938cf59 (diff)
Change test in an attempt to pass.
Thanks @rspeicher!
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/project/source/browse_files.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb
index 51b15791674..243469b8e7d 100644
--- a/features/steps/project/source/browse_files.rb
+++ b/features/steps/project/source/browse_files.rb
@@ -361,7 +361,7 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
end
step 'I can see the new rendered SVG image' do
- expect(find('.file-content')).to have_css('img')
+ expect(page).to have_css('.file-content img')
end
private