diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-12-23 12:01:31 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-12-23 13:08:47 +0200 |
commit | efe98067da478a61a2d5e673b381c43eaace9d83 (patch) | |
tree | 26d048f2ec4e71cf3bc02b082d9e0b4ba632a702 /features/project/issues | |
parent | 2803b6e84e94bb3a8d85ea9e29aeade450c842a7 (diff) | |
download | gitlab-ce-efe98067da478a61a2d5e673b381c43eaace9d83.tar.gz |
emoji picker search
Diffstat (limited to 'features/project/issues')
-rw-r--r-- | features/project/issues/award_emoji.feature | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/issues/award_emoji.feature b/features/project/issues/award_emoji.feature index cbf2e7104ab..a996ae603fc 100644 --- a/features/project/issues/award_emoji.feature +++ b/features/project/issues/award_emoji.feature @@ -18,6 +18,12 @@ Feature: Award Emoji Given I click to emoji-picker Then I can see the activity and food categories + @javascript + Scenario: I can search emoji + Given I click to emoji-picker + And I search "hand" + Then I see search result for "hand" + @javascript Scenario: I add award emoji using regular comment Given I leave comment with a single emoji |