-
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: add e2e tests to the "move project" functionality on the "List View" #10037
Conversation
✅ Deploy Preview for determined-ui canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10037 +/- ##
==========================================
- Coverage 54.62% 50.59% -4.03%
==========================================
Files 1260 950 -310
Lines 157558 128921 -28637
Branches 3631 3632 +1
==========================================
- Hits 86066 65230 -20836
+ Misses 71358 63557 -7801
Partials 134 134
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -42,4 +42,6 @@ export class InteractiveTable< | |||
|
|||
readonly table: Table<RowType, HeadRowType>; | |||
readonly skeleton = new SkeletonTable({ parent: this }); | |||
|
|||
// TODO: add getRowByColumnValue (maybe base on the DataGrid model) |
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.
you can file this on me in the TESTENG project for basetable
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.
470de87
to
2ede599
Compare
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 changes, looks good but just have a few more comments
5e5fc54
to
12e77b0
Compare
Ticket
ET-757
Description
Adds e2e tests for the "move project" functionality on the "List View" for the WorkspaceProjects.
Test Plan
projects.spec
fileChecklist
docs/release-notes/
See Release Note for details.