Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-07-16 19:00:59 +0300
committerLin Jen-Shin <godfat@godfat.org>2018-07-16 19:00:59 +0300
commitb023a920aaf3054c9713f61f5df38b063f7e627c (patch)
tree1579564d9736ebe8c7a8af90953eaeaf2554ffe7 /spec/features/projects/wiki
parent68ddb4c7353e6994dca5c9e08adb9fa4c842ff11 (diff)
So we still want to have More Pages button
Diffstat (limited to 'spec/features/projects/wiki')
-rw-r--r--spec/features/projects/wiki/user_creates_wiki_page_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/wiki/user_creates_wiki_page_spec.rb b/spec/features/projects/wiki/user_creates_wiki_page_spec.rb
index 33a074cdd8b..149eeb4f9ba 100644
--- a/spec/features/projects/wiki/user_creates_wiki_page_spec.rb
+++ b/spec/features/projects/wiki/user_creates_wiki_page_spec.rb
@@ -322,8 +322,8 @@ describe "User creates wiki page" do
visit(project_wikis_path(project))
expect(page).to have_content('My customized sidebar')
+ expect(page).to have_content('More Pages')
expect(page).not_to have_content('Another')
- expect(page).not_to have_content('More Pages')
end
end
end