Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-01-29 15:58:34 +0300
committerPhil Hughes <me@iamphill.com>2016-01-29 15:58:34 +0300
commit5a04fc90996b233a294d4f679a0cc23877f187f1 (patch)
tree892316766ce910c33f01ccaf7901e55b07cfaee8 /features/project/issues
parent1b978727933e50ec4ddcd855f7f8a6216885ac4a (diff)
Added tests to emoji search field focus
Diffstat (limited to 'features/project/issues')
-rw-r--r--features/project/issues/award_emoji.feature3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/project/issues/award_emoji.feature b/features/project/issues/award_emoji.feature
index 9a06fdc2ee6..bfde89fd896 100644
--- a/features/project/issues/award_emoji.feature
+++ b/features/project/issues/award_emoji.feature
@@ -9,6 +9,7 @@ Feature: Award Emoji
@javascript
Scenario: I add and remove award in the issue
Given I click to emoji-picker
+ Then The search field is focused
And I click to emoji in the picker
Then I have award added
And I can remove it by clicking to icon
@@ -16,11 +17,13 @@ Feature: Award Emoji
@javascript
Scenario: I can see the list of emoji categories
Given I click to emoji-picker
+ Then 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 search field is focused
And I search "hand"
Then I see search result for "hand"