summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/project_wiki.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/project_wiki.rb b/features/steps/project/project_wiki.rb
index 4c92d5672f7..f0e62e07321 100644
--- a/features/steps/project/project_wiki.rb
+++ b/features/steps/project/project_wiki.rb
@@ -17,7 +17,7 @@ class ProjectWiki < Spinach::FeatureSteps
Given 'I create the Wiki Home page' do
fill_in "Content", with: '[link test](test)'
- click_on "Save"
+ click_on "Create page"
end
Then 'I should see the newly created wiki page' do
@@ -43,7 +43,7 @@ class ProjectWiki < Spinach::FeatureSteps
And 'I change the content' do
fill_in "Content", with: 'Updated Wiki Content'
- click_on "Save"
+ click_on "Save changes"
end
Then 'I should see the updated content' do