award_emoji.feature 685 Bytes
Newer Older
Douwe Maan's avatar
Douwe Maan committed
1
@project_issues
Valery Sizov's avatar
Valery Sizov committed
2 3 4 5 6 7 8 9 10 11 12 13 14
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
15

Valery Sizov's avatar
Valery Sizov committed
16 17 18 19 20
  @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

21 22 23 24
  @javascript
  Scenario: I add award emoji using regular comment
  Given I leave comment with a single emoji
  Then I have award added