Results 8 comments of Max

The frontend of the site runs on React, so using waitForTimeout is a forced measure. I stop the code and wait for react to load some elements or replace their...

If you delete all lines containing await page.waitForTimeout(...), the same error with infinite scrolling will occur even earlier - at the stage await subModelInput.click()

Tell me please how can i send you credentials (password) in non public way?

What template should i follow? In the issue create form?

``` public static $events = array( Events::SUITE_BEFORE => 'suiteBefore', Events::RESULT_PRINT_AFTER => 'resultPrintAfter', ); public function resultPrintAfter(\Codeception\Event\PrintResultEvent $e): void { exit('LINE:' . __LINE__ . '------------- public function resultPrintAfter --------------------'); // ```...

On the page https://codeception.com/docs/Customization there is no information about HtmlReporter::afterResult. Are we both talking about Codeception REST API testing?