Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up of page.waitForTimeout() usage in tests #4428

Open
castelblanque opened this issue Mar 15, 2022 · 0 comments
Open

Clean up of page.waitForTimeout() usage in tests #4428

castelblanque opened this issue Mar 15, 2022 · 0 comments
Labels
component/ci Issue related to kubeapps ci system kind/enhancement An issue that reports an enhancement for an implemented feature

Comments

@castelblanque
Copy link
Collaborator

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

@castelblanque castelblanque added this to the Improve CI environment milestone Mar 15, 2022
@castelblanque castelblanque added kind/feature An issue that reports a feature (approved) to be implemented priority/low component/ci Issue related to kubeapps ci system labels Mar 15, 2022
@ppbaena ppbaena added kind/enhancement An issue that reports an enhancement for an implemented feature and removed kind/feature An issue that reports a feature (approved) to be implemented labels Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/ci Issue related to kubeapps ci system kind/enhancement An issue that reports an enhancement for an implemented feature
Projects
Status: 🗂 Backlog
Development

No branches or pull requests

3 participants
@ppbaena @castelblanque and others