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:
authorBob Van Landuyt <bob@vanlanduyt.co>2018-04-11 11:34:42 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2018-04-11 11:51:44 +0300
commit2bf3846adcac843958837a32fafdeb63d067a532 (patch)
treeba1317eea7ac5bb9c7a2f4264e1394bf926c980b /spec/features/groups
parentc39e3f22ce12a302e294deb3523414e4a684b6fb (diff)
Add matcher for emoji
Diffstat (limited to 'spec/features/groups')
-rw-r--r--spec/features/groups/show_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/groups/show_spec.rb b/spec/features/groups/show_spec.rb
index 4ffadbbcd35..3a0424d60f8 100644
--- a/spec/features/groups/show_spec.rb
+++ b/spec/features/groups/show_spec.rb
@@ -98,7 +98,7 @@ feature 'Group show page' do
it 'shows the project info' do
expect(page).to have_content(project.title)
- expect(page).to have_selector('gl-emoji[data-name="smile"]')
+ expect(page).to have_emoji('smile')
end
end
end