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

Fix spinach tests

parent 449edae5
No related branches found
No related tags found
1 merge request!5081fixed command to update init script
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
@@ -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
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