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

Cypress wait workarounds needed #173

Open
scottohara opened this issue Jan 16, 2020 · 0 comments
Open

Cypress wait workarounds needed #173

scottohara opened this issue Jan 16, 2020 · 0 comments

Comments

@scottohara
Copy link
Owner

scottohara commented Jan 16, 2020

In authentication/edit.spec.ts, a cy.wait(300); is needed to ensure the bootstrap modal is ready before typing; otherwise the first character is sometimes missed.

In og-components/og-table-navigable.ts, a cy.wait(200); is needed before key navigations so that the click to focus the first rows completes; otherwise we get a Transition Rejected error due to the click state transition being superceded by a key state transition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant