solidus_starter_frontend icon indicating copy to clipboard operation
solidus_starter_frontend copied to clipboard

[Tests] CircleCi Product Search tests keep failing constantly

Open fthobe opened this issue 11 months ago • 2 comments

Search claims that the

Failures:

  1) searching products clicks on a suggestion pressing enter
     Failure/Error: expect(page).to have_current_path('/products/solidus-hoodie')
       expected "/products/solidus-mug-set" to equal "/products/solidus-hoodie"
     
     [Screenshot Image]: /home/circleci/project/sandbox/tmp/capybara/failures_r_spec_example_groups_searching_products_clicks_on_a_suggestion_pressing_enter_979.png

     
     # ./spec/system/search_spec.rb:54:in `block (2 levels) in <main>'
     # ./spec/support/solidus_starter_frontend/database_cleaner.rb:11:in `block (3 levels) in <main>'
     # /home/circleci/.rubygems/gems/database_cleaner-core-2.0.1/lib/database_cleaner/strategy.rb:30:in `cleaning'
     # /home/circleci/.rubygems/gems/database_cleaner-core-2.0.1/lib/database_cleaner/cleaners.rb:34:in `block (2 levels) in cleaning'
     # /home/circleci/.rubygems/gems/database_cleaner-core-2.0.1/lib/database_cleaner/cleaners.rb:35:in `cleaning'
     # ./spec/support/solidus_starter_frontend/database_cleaner.rb:11:in `block (2 levels) in <main>'

Finished in 3 minutes 25.8 seconds (files took 9.59 seconds to load)
336 examples, 1 failure, 14 pending

Failed examples:

rspec ./spec/system/search_spec.rb:49 # searching products clicks on a suggestion pressing enter

fthobe avatar Feb 12 '25 14:02 fthobe

@tvdeyen not flaming, what's wrong with the bug label, just to understand the dynamic.

fthobe avatar Mar 08 '25 14:03 fthobe

@tvdeyen not flaming, what's wrong with the bug label, just to understand the dynamic.

Maintainers usually qualify tickets, not reporters. In this particular case it is a flaky test, not a bug.

tvdeyen avatar Mar 10 '25 08:03 tvdeyen