summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-04-04 20:37:52 +0200
committerRémy Coutable <remy@rymai.me>2017-04-04 20:37:52 +0200
commit873128549990ac6c2ba84cf905c6f53d9c9f58a3 (patch)
treeef9c78f9c95079007730f217b4b937040528843c
parente09fddfb1933b6b79fe5adba4903b9c63ac61c8c (diff)
downloadgitlab-ce-rc/troubleshoot-30399.tar.gz
Isolate the problematic examplerc/troubleshoot-30399
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--features/project/issues/award_emoji.feature54
1 files changed, 27 insertions, 27 deletions
diff --git a/features/project/issues/award_emoji.feature b/features/project/issues/award_emoji.feature
index 1d7adfdd2c2..a1245b7943d 100644
--- a/features/project/issues/award_emoji.feature
+++ b/features/project/issues/award_emoji.feature
@@ -6,14 +6,14 @@ Feature: Award Emoji
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 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
@@ -24,22 +24,22 @@ Feature: Award Emoji
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
+ # @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