diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-02-13 14:14:27 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-02-18 15:54:58 -0800 |
commit | 55f37e513c76a6eb8f817fa54adcd540021f2fbb (patch) | |
tree | 2cd7233fcd9529de1ff1ff81c330def86107f0b1 /features/steps/shared | |
parent | a46754d8906b47fdbeaf03ae4bb8819571259da5 (diff) | |
download | gitlab-ce-55f37e513c76a6eb8f817fa54adcd540021f2fbb.tar.gz |
Make sure Markdown previews always use the same styling as the eventual destination.
Diffstat (limited to 'features/steps/shared')
-rw-r--r-- | features/steps/shared/note.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/note.rb b/features/steps/shared/note.rb index 625bcc0b266..45773056953 100644 --- a/features/steps/shared/note.rb +++ b/features/steps/shared/note.rb @@ -116,7 +116,7 @@ module SharedNote end step 'The comment with the header should not have an ID' do - within(".note-text") do + within(".note-body > .note-text") do page.should have_content("Comment with a header") page.should_not have_css("#comment-with-a-header") end |