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-06-24 11:04:08 +0300
committerPhil Hughes <me@iamphill.com>2016-06-24 11:04:08 +0300
commita531af64e588bc644243ea06e16934574d7a885d (patch)
treea365d38d3a8f7c06a5b9d03bc58c7111f95021de /features/steps
parent3e058a9f09435d374a8edb7069a730798c842bba (diff)
Updated award emoji tests
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/project/issues/award_emoji.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/features/steps/project/issues/award_emoji.rb b/features/steps/project/issues/award_emoji.rb
index 1b14659b4df..1498f899cf5 100644
--- a/features/steps/project/issues/award_emoji.rb
+++ b/features/steps/project/issues/award_emoji.rb
@@ -81,9 +81,7 @@ class Spinach::Features::AwardEmoji < Spinach::FeatureSteps
end
step 'I search "hand"' do
- page.within('.emoji-menu-content') do
- fill_in 'emoji_search', with: 'hand'
- end
+ fill_in 'emoji_search', with: 'hand'
end
step 'I see search result for "hand"' do