diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-12-22 19:47:38 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-12-22 19:47:38 +0200 |
commit | 791c5bff7dd8c5eaf5d586e6c751b169923685d6 (patch) | |
tree | f1594d87640c9f103f162fbe4536425e9f97aace /features/project | |
parent | bc9467cc0809fb7bb2b502ac99bd797461b1b7cc (diff) | |
download | gitlab-ce-791c5bff7dd8c5eaf5d586e6c751b169923685d6.tar.gz |
add some spinach
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/issues/award_emoji.feature | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/features/project/issues/award_emoji.feature b/features/project/issues/award_emoji.feature index 0ce99e855c6..cbf2e7104ab 100644 --- a/features/project/issues/award_emoji.feature +++ b/features/project/issues/award_emoji.feature @@ -14,6 +14,11 @@ Feature: Award Emoji And I can remove it by clicking to icon @javascript + Scenario: I can see the list of emoji categories + Given I click to emoji-picker + Then I can see the activity and food categories + + @javascript Scenario: I add award emoji using regular comment Given I leave comment with a single emoji Then I have award added |