-
Notifications
You must be signed in to change notification settings - Fork 356
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
test: refactor nav spec to use sidebar pagemodels [INFENG-683] #9326
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -7,13 +7,14 @@ import { SignIn } from 'e2e/models/pages/SignIn'; | |||
import { Workspaces } from 'e2e/models/pages/Workspaces'; | |||
|
|||
test.describe('Navigation', () => { | |||
const USERNAME = process.env.PW_USER_NAME ?? ''; |
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.
this text was used to click on a button lmao
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9326 +/- ##
==========================================
- Coverage 44.60% 37.94% -6.66%
==========================================
Files 1275 951 -324
Lines 156385 116563 -39822
Branches 2450 2450
==========================================
- Hits 69756 44231 -25525
+ Misses 86389 72092 -14297
Partials 240 240
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Makes sense to me!
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 mean, I dunno
@loksonarius btw things to look for would be "does it look like I'm replacing these things one-to-one" and "do the tests pass". thanks for looking! |
Ticket
INFENG-683
Description
refactor to use sidebar pagemodels
Test Plan
Checklist
docs/release-notes/
.See Release Note for details.