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

feat: no-hook-waits #40

Open
codejedi365 opened this issue Nov 14, 2021 · 0 comments
Open

feat: no-hook-waits #40

codejedi365 opened this issue Nov 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@codejedi365
Copy link
Collaborator

Feature Request

There should not be any explicit waits inside of any test hooks like test.before(() => {}) to wait for page loading.

Problem & Goal

Tests become brittle when tests individually have their own wait timers. Specific pages should use the Page Model abstraction to define waits for the specific pages to load.

Expected behavior

@codejedi365 codejedi365 added the enhancement New feature or request label Nov 14, 2021
@codejedi365 codejedi365 self-assigned this Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant