summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-02 12:15:30 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-02 12:15:30 +0300
commiteb0590b063fa4ac2fa24e884b76747838e6a631c (patch)
treefc4c9cfe49192a2bf7ab9fe3243d830b4866deb4 /features
parente36baaddcdbf705a4a19d818f91edcb424bf941c (diff)
downloadgitlab-ce-eb0590b063fa4ac2fa24e884b76747838e6a631c.tar.gz
FIx wiki tests. Fixed margin for issues page
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