diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-12-22 19:47:38 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-12-22 23:12:23 +0200 |
commit | bfe905b3aea71e2f08f1565dc1d0e3ff18d5fdfa (patch) | |
tree | 33e016dcca17d8c08fb6294badd694b686ed03b0 /features/project/issues | |
parent | 0ae0881250055e6924f35af6ef24b0a56468732d (diff) | |
download | gitlab-ce-bfe905b3aea71e2f08f1565dc1d0e3ff18d5fdfa.tar.gz |
add some spinach
Diffstat (limited to 'features/project/issues')
-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 |