Clean up of page.waitForTimeout() usage in tests #4428
Labels
component/ci
Issue related to kubeapps ci system
kind/enhancement
An issue that reports an enhancement for an implemented feature
Milestone
Description:
CI tests use profusely the
page.waitForTimeout()
function. This adds uncertainty and sometimes unknown outcomes to the Playwright tests. It would be better to avoid using it.Benefit: Reducing CI tests total time and simplifying tests source code.
Related to #4096
The text was updated successfully, but these errors were encountered: