summaryrefslogtreecommitdiff
path: root/features/steps/shared/note.rb
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-03-24 19:10:57 -0500
committerEric Eastwood <contact@ericeastwood.com>2017-03-24 21:19:34 -0500
commitf7d69a74a805f52fe10b42459ede587965ec1926 (patch)
treeddd8c826b03a74e944d5b04aa48fc2cfe3a0847a /features/steps/shared/note.rb
parent34870e169d80654911101208bb062182bc40f106 (diff)
downloadgitlab-ce-f7d69a74a805f52fe10b42459ede587965ec1926.tar.gz
Fix up emoji tests that should have failed :/
Some discussion, https://gitlab.slack.com/archives/C0GQHHPGW/p1490398531185144 -> MR to fix failing emoji test: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10230
Diffstat (limited to 'features/steps/shared/note.rb')
-rw-r--r--features/steps/shared/note.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/note.rb b/features/steps/shared/note.rb
index 1870f6bc0c3..fd925e0d447 100644
--- a/features/steps/shared/note.rb
+++ b/features/steps/shared/note.rb
@@ -95,7 +95,7 @@ module SharedNote
step 'The comment preview tab should be display rendered Markdown' do
page.within(".js-main-target-form") do
find('.js-md-preview-button').click
- expect(find('.js-md-preview')).to have_css('img.emoji', visible: true)
+ expect(find('.js-md-preview')).to have_css('gl-emoji', visible: true)
end
end