mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Fix readme spec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user