-
Notifications
You must be signed in to change notification settings - Fork 0
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/training coach debug #232
Feat/training coach debug #232
Conversation
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.
Great fixes, I just left you a little suggestion that I'll let you read and decide what to do with it. I already approve the PR. Good job!
// Verify ConfirmButton | ||
composeTestRule.onNodeWithTag("ConfirmButton").assertExists() | ||
// composeTestRule.onNodeWithTag("ConfirmButton").assertExists() |
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.
Maybe you could just add a comment about why you're commenting on this verification so that the person reading the test has more context.
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 have no concrete explanation as to why this assertion needs to be commented on, it's possible that the emulator doesn't load this button. However, the button is in a LazyColumn
with all the other components, I think I'll investigate in my e2e fix.
Is it enough if I put a comment : //TODO check this in the E2E training debug branch
?
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.
Thanks for the explanation. Sure then it's a good idea to add that!
Quality Gate passedIssues Measures |
Overview
The purpose of this PR is to solve all the testing problems that existed with the CI.