-
Notifications
You must be signed in to change notification settings - Fork 4
First-cut new session, connection, and testing model page E2E tests #583
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
Conversation
… into mock-connections
Instantiation of bluetooth, usb, and radio bridge have been moved to App.tsx to ensure that this only happens once. Otherwise the instance mocked vs. the instance used would be different.
|
Preview build will be at |
src/e2e/app/connection-dialogs.ts
Outdated
| next?: "copy-pattern"; | ||
| } | ||
|
|
||
| const dialogTypes: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am unsure that the abstraction and looping here is a good idea...
Is there a simpler version of this that's more straight line test code? Does it have unacceptable duplication?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like this? 5c2100c
… revisiting later.
For some reasons the editJavaScript function is not running as expected in GH workflow.
This PR includes
Related issue: #554