summaryrefslogtreecommitdiff
path: root/spec/features/gitlab_flavored_markdown_spec.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-15 14:20:03 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-15 14:20:03 +0200
commit35ad4fe7db13f3974ca8f0bbce2b39a1b2357b5c (patch)
tree5522dc41d44a072cc1422316bfc34cf35ed3a7c0 /spec/features/gitlab_flavored_markdown_spec.rb
parent39bbdc468f628ae9835926a09e24a91c702ddede (diff)
downloadgitlab-ce-35ad4fe7db13f3974ca8f0bbce2b39a1b2357b5c.tar.gz
Use wiki tab for wiki, wall, snippets
Diffstat (limited to 'spec/features/gitlab_flavored_markdown_spec.rb')
-rw-r--r--spec/features/gitlab_flavored_markdown_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/gitlab_flavored_markdown_spec.rb b/spec/features/gitlab_flavored_markdown_spec.rb
index 769fcd688b4..1da18275989 100644
--- a/spec/features/gitlab_flavored_markdown_spec.rb
+++ b/spec/features/gitlab_flavored_markdown_spec.rb
@@ -218,7 +218,7 @@ describe "Gitlab Flavored Markdown" do
end
it "should NOT render title in wikis#show" do
- within(".content h3") do # page title
+ within(".content .file_title") do # page title
page.should have_content("Circumvent ##{issue.id}")
page.should_not have_link("##{issue.id}")
end