administrate icon indicating copy to clipboard operation
administrate copied to clipboard

Flakey spec: Search admin search with a filter with arguments

Open nickcharlton opened this issue 5 months ago • 0 comments

Flakey, but consistently flakey since we merged in #2448.

Failures:

  1) Search admin searches with a filter with arguments
     Failure/Error: expect(page).not_to have_content(standard_match.email)
       expected not to find text "[email protected]" in "Back to app\nCustomers\nLog Entries\nOrders\nPages\nProducts\nProduct Meta Tags\nPayments\nSeries\nBlog Posts\nBlog Tags\nStats\nCustomers\nYou are logged in as Admin.\nNew customer\nEmail Email Subscriber Lifetime Value Name Orders Log Entries Kind Territory Password\[email protected] - $0.00 Customer 157 0 orders 0 log entries vip Country 201 Edit\nBecome\[email protected] - $0.00 Customer 158 0 orders 0 log entries standard Country 202 Edit\nBecome\[email protected] - $0.00 Customer 159 0 orders 0 log entries vip Country 203 Edit\nBecome"
     # ./spec/features/search_spec.rb:105:in `block (2 levels) in <top (required)>'
     # /Users/nickcharlton/.gem/ruby/3.2.2/gems/webmock-3.20.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'

Finished in 14.98 seconds (files took 2.49 seconds to load)
579 examples, 1 failure

Failed examples:

rspec ./spec/features/search_spec.rb:88 # Search admin searches with a filter with arguments

Randomized with seed 33089

nickcharlton avatar Feb 16 '24 12:02 nickcharlton