diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-02-17 09:19:55 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-02-17 09:19:55 +0000 |
commit | b4e72516f31d86dfa1bea764d8d08d95f233c7ba (patch) | |
tree | 83fc6104b0ac82e5e86593989186dab4da063bd2 | |
parent | 4c3fe9e10422a73fb77c3c3f51351b69d545c5f7 (diff) | |
parent | 719b5889984fe7c970b2e2819396c43f63d76632 (diff) | |
download | gitlab-ce-b4e72516f31d86dfa1bea764d8d08d95f233c7ba.tar.gz |
Merge branch 'spec_fix' into 'master'
[Award Emoji]: sporadic spec fix
See merge request !2833
-rw-r--r-- | features/steps/project/issues/award_emoji.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features/steps/project/issues/award_emoji.rb b/features/steps/project/issues/award_emoji.rb index 8b9aa6aabfa..93cf608cc62 100644 --- a/features/steps/project/issues/award_emoji.rb +++ b/features/steps/project/issues/award_emoji.rb @@ -46,6 +46,8 @@ class Spinach::Features::AwardEmoji < Spinach::FeatureSteps end step 'I have award added' do + sleep 0.2 + page.within '.awards' do expect(page).to have_selector '.award' expect(page.find('.award.active .counter')).to have_content '1' |