diff options
author | Grzegorz Bizon <grzegorz.bizon@ntsn.pl> | 2015-12-02 14:11:32 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz.bizon@ntsn.pl> | 2015-12-03 13:39:00 +0100 |
commit | 4676ba1f7c7b37498d26815c1fbe0e02c2ffaeb8 (patch) | |
tree | 18655bb2ad3d3e99228dfbf03de75bd143701a81 /features/project/issues | |
parent | a527f5c27ff92d2ee7e2d5e78dc20b6d1d982aa0 (diff) | |
download | gitlab-ce-4676ba1f7c7b37498d26815c1fbe0e02c2ffaeb8.tar.gz |
Add test for award-emoji being added as regular comment
Diffstat (limited to 'features/project/issues')
-rw-r--r-- | features/project/issues/award_emoji.feature | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/features/project/issues/award_emoji.feature b/features/project/issues/award_emoji.feature index a9bc8ffb9bb..2609f129d07 100644 --- a/features/project/issues/award_emoji.feature +++ b/features/project/issues/award_emoji.feature @@ -11,4 +11,8 @@ Feature: Award Emoji And I click to emoji in the picker Then I have award added And I can remove it by clicking to icon -
\ No newline at end of file + + @javascript + Scenario: I add award emoji using regular comment + Given I leave comment with a single emoji + Then I have award added |