gitlab-org--gitlab-foss/features/project/issues/award_emoji.feature

25 lines
685 B
Gherkin
Raw Normal View History

2015-12-09 04:50:28 -05:00
@project_issues
2015-11-19 06:20:09 -05:00
Feature: Award Emoji
Background:
Given I sign in as a user
And I own project "Shop"
And project "Shop" has issue "Bugfix"
And I visit "Bugfix" issue page
@javascript
Scenario: I add and remove award in the issue
Given I click to emoji-picker
And I click to emoji in the picker
Then I have award added
And I can remove it by clicking to icon
2015-12-22 12:47:38 -05:00
@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