growstuff icon indicating copy to clipboard operation
growstuff copied to clipboard

Selenium::WebDriver::Error::TimeoutError: timeout: Timed out receiving message from renderer: 1.000

Open CloCkWeRX opened this issue 1 year ago • 0 comments

Seemingly only for dev -> mainline, we get a timeout after a second.

Failures:

  1) Gardens#index Logged in as member with 10 gardens is accessible
     Failure/Error: expect(page).to be_axe_clean.skipping('color-contrast', 'heading-order', 'aria-required-children').according_to :wcag2a

     Selenium::WebDriver::Error::TimeoutError:
       timeout: Timed out receiving message from renderer: 1.000
         (Session info: chrome-headless-shell=121.0.6167.139)
     Shared Example Group: "is accessible" called from ./spec/features/gardens/index_spec.rb:17

Happens across multiple different areas.

See https://github.com/Growstuff/growstuff/pull/3613

CloCkWeRX avatar Feb 04 '24 02:02 CloCkWeRX