You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MathieuLamiot On this one, I'm not sure there's anything to be done here, the reason this is failing is because the delayjs test requires specific scripts:
test:delayjs:genesis
test:delayjs:flatsome
test:delayjs:divi
test:delayjs:astra
I ran npm run test:delayjs:flatsome on the remote desktop and it passes.
We need to do something to don't have a failed test:
Ideally, can the correct behavior be set in the "all tests" command? I don't know what makes the commands you mention special. Can't we run them as part of the complete test plan?
If this is not possible, then the test must be excluded of the complete test plan. This is not ideal of course.
…en-run-globally
Closes#167: "Should links be clickable While Delay JS is enabled" is always failing because of waiting for getByRole('link', { name: 'About Us' })
No description provided.
The text was updated successfully, but these errors were encountered: