Skip to content
Snippets Groups Projects
Unverified Commit 84653807 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Dont check for link but for actual readme content

parent 6848b0a6
No related branches found
No related tags found
No related merge requests found
Loading
@@ -86,7 +86,6 @@ class Spinach::Features::Project < Spinach::FeatureSteps
Loading
@@ -86,7 +86,6 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end end
   
step 'I should see project "Forum" README' do step 'I should see project "Forum" README' do
expect(page).to have_link 'README.md'
expect(page).to have_content 'Sample repo for testing gitlab features' expect(page).to have_content 'Sample repo for testing gitlab features'
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