mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-29 06:26:07 +10:00
Fix spinach tests
This commit is contained in:
@@ -84,7 +84,7 @@ class Profile < Spinach::FeatureSteps
|
||||
end
|
||||
|
||||
step "I should receive feedback that the changes were saved" do
|
||||
page.should have_content("Saved")
|
||||
page.should have_content("saved")
|
||||
end
|
||||
|
||||
step 'my password is expired' do
|
||||
|
||||
@@ -16,7 +16,7 @@ class ProjectTeamManagement < Spinach::FeatureSteps
|
||||
end
|
||||
|
||||
Given 'I click link "New Team Member"' do
|
||||
click_link "New Team Member"
|
||||
click_link "New project member"
|
||||
end
|
||||
|
||||
And 'I select "Mike" as "Reporter"' do
|
||||
@@ -90,7 +90,7 @@ class ProjectTeamManagement < Spinach::FeatureSteps
|
||||
end
|
||||
|
||||
And 'I click link "Import team from another project"' do
|
||||
click_link "Import team from another project"
|
||||
click_link "Import members from another project"
|
||||
end
|
||||
|
||||
When 'I submit "Website" project for import team' do
|
||||
|
||||
Reference in New Issue
Block a user