summaryrefslogtreecommitdiff
path: root/spec/features/projects/user_sees_user_popover_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/user_sees_user_popover_spec.rb')
-rw-r--r--spec/features/projects/user_sees_user_popover_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/features/projects/user_sees_user_popover_spec.rb b/spec/features/projects/user_sees_user_popover_spec.rb
index 9cfc6234969..52e65deae3b 100644
--- a/spec/features/projects/user_sees_user_popover_spec.rb
+++ b/spec/features/projects/user_sees_user_popover_spec.rb
@@ -38,8 +38,6 @@ RSpec.describe 'User sees user popover', :js do
it "displays user popover in system note" do
add_note("/assign @#{user.username}")
- wait_for_requests
-
find('.system-note-message .js-user-link').hover
page.within(popover_selector) do