diff options
author | Rémy Coutable <remy@rymai.me> | 2017-09-12 11:44:43 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-09-12 11:44:43 +0000 |
commit | 5fde2c6289241dca80d04e25007187bad8406aa0 (patch) | |
tree | 1c9dd765d0144c148966e8fe86bda8eefa2aad92 /features/project | |
parent | eeddd9666a3544a60c462521cd3f44a223b4d837 (diff) | |
parent | afaa72a04773d87b65a2fe11215ec0e9c0367827 (diff) | |
download | gitlab-ce-5fde2c6289241dca80d04e25007187bad8406aa0.tar.gz |
Merge branch 'replace_project_issues_award_emoji.feature' into 'master'
Replace the 'project/issues/award_emoji.feature' spinach test with an rspec analog
See merge request !14202
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/issues/award_emoji.feature | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/features/project/issues/award_emoji.feature b/features/project/issues/award_emoji.feature deleted file mode 100644 index 1d7adfdd2c2..00000000000 --- a/features/project/issues/award_emoji.feature +++ /dev/null @@ -1,45 +0,0 @@ -@project_issues -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 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 emoji menu is visible - And The search field is focused - Then I click to emoji in the picker - Then I have award added - 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 The emoji menu is visible - And The search field is focused - Then I can see the activity and food categories - - @javascript - Scenario: I can search emoji - Given I click to emoji-picker - Then The emoji menu is visible - And The search field is focused - And I search "hand" - Then I see search result for "hand" - - @javascript - Scenario: I add award emoji using regular comment - Given I leave comment with a single emoji - Then I have new comment with emoji added |