Skip to content
Snippets Groups Projects
Commit f52b07ce authored by Douwe Maan's avatar Douwe Maan
Browse files

Fix readme spec

parent ff866faf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -86,13 +86,13 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end
 
step 'I should see project "Forum" README' do
page.within('#README') do
page.within('.readme-holder') do
expect(page).to have_content 'Sample repo for testing gitlab features'
end
end
 
step 'I should see project "Shop" README' do
page.within('#README') do
page.within('.readme-holder') do
expect(page).to have_content 'testme'
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment