summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-10-06 16:56:15 -0500
committerClement Ho <ClemMakesApps@gmail.com>2017-10-06 16:56:15 -0500
commit6eb37ccb0246095f458f8853cfc61744470bde7f (patch)
treeb058a72c125801718c419be5b1b65df404709982
parentadb29a2b17132a262f210e8324f70b29a8374971 (diff)
downloadgitlab-ce-ch-test-1.tar.gz
Test theory for fixing specch-test-1
-rw-r--r--spec/support/features/discussion_comments_shared_example.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/support/features/discussion_comments_shared_example.rb b/spec/support/features/discussion_comments_shared_example.rb
index cc8002fde0d..ee088bdbba9 100644
--- a/spec/support/features/discussion_comments_shared_example.rb
+++ b/spec/support/features/discussion_comments_shared_example.rb
@@ -74,6 +74,9 @@ shared_examples 'discussion comments' do |resource_name|
find(toggle_selector).click
find('body').click
+ # Test theory
+ sleep 3
+
expect(page).not_to have_selector menu_selector
end