We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
reload
visit
react-admin project uses cypress, which has reload method. But Page interactor of BigTest doesn't have such action.
https://github.com/marmelab/react-admin/blob/master/cypress/integration/auth.js#L43
The text was updated successfully, but these errors were encountered:
Merge pull request #18 from thefrontside/bottom-navigation
dd60236
feat(navigation): add bottom-navigation interactor
We're moving this type of functionality into bigtest, and bigtest will have a visit function, so maybe it could have a reload function as well?
Sorry, something went wrong.
wKich
No branches or pull requests
react-admin project uses cypress, which has
reload
method. But Page interactor of BigTest doesn't have such action.https://github.com/marmelab/react-admin/blob/master/cypress/integration/auth.js#L43
The text was updated successfully, but these errors were encountered: