diff options
| author | Stan Hu <stanhu@gmail.com> | 2016-02-13 02:47:15 -0800 |
|---|---|---|
| committer | Stan Hu <stanhu@gmail.com> | 2016-02-13 02:47:15 -0800 |
| commit | 46d35cdbe572e7cad434ed9c61fc264160184aba (patch) | |
| tree | d11fac1615e12235202598821eea305671a5b90e /features/project | |
| parent | 7ffcc5a17bc462b652e91c1cff36b8baaeb6a41a (diff) | |
| download | gitlab-ce-46d35cdbe572e7cad434ed9c61fc264160184aba.tar.gz | |
Add spinach tests for award emojifix-me-me-me-me
Diffstat (limited to 'features/project')
| -rw-r--r-- | features/project/issues/award_emoji.feature | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/features/project/issues/award_emoji.feature b/features/project/issues/award_emoji.feature index bfde89fd896..2945bb3753a 100644 --- a/features/project/issues/award_emoji.feature +++ b/features/project/issues/award_emoji.feature @@ -7,7 +7,16 @@ Feature: Award Emoji And I visit "Bugfix" issue page @javascript - Scenario: I add and remove award in the issue + Scenario: I repeatedly add and remove thumbsup award in the issue + Given I click the thumbsup award Emoji + Then I have award added + Given I click the thumbsup award Emoji + Then I have no awards added + Given I click the thumbsup award Emoji + Then I have award added + + @javascript + Scenario: I add and remove custom award in the issue Given I click to emoji-picker Then The search field is focused And I click to emoji in the picker |
