Page 2 of 2

Re: waitForRowsVisible timeout when headless

Posted: Thu Dec 01, 2022 8:30 am
by nickolay

Hm, pretty sure we have test coverage for ENTER simulation, there must be some specific conditions for this issue. Yes, a test case would help a lot.


Re: waitForRowsVisible timeout when headless

Posted: Wed Dec 07, 2022 10:53 pm
by zombeerose

I have found that this was ultimately caused by an internal override that prevented data from loading correctly. The siesta assertions were behaving correctly. Thank you for your time in troubleshooting this issue.

I would still like to request the global screenshot option though (viewtopic.php?p=114297#p114297).


Re: waitForRowsVisible timeout when headless

Posted: Thu Dec 08, 2022 1:19 pm
by mats

Siesta does support screenshotting already, just not automatically for every failed test. We have a feature request open for this. It's just a bit tricky since we can't force stop the test so since the screenshot process is async the screen may change during the process. We internally at Bryntum re-run all failed tests with RootCause enabled so we get a full video of the test run for debugging, could be an idea for you perhaps?