-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
✨ Update stakeholders table to use ActionsColumn #1923
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1923 +/- ##
==========================================
+ Coverage 39.20% 42.15% +2.95%
==========================================
Files 146 174 +28
Lines 4857 5577 +720
Branches 1164 1376 +212
==========================================
+ Hits 1904 2351 +447
- Misses 2939 3210 +271
- Partials 14 16 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Part of #1318? |
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.
Looks like a good change. @mguetta1 any reason it is still in draft?
Yes |
I need to change this to use https://github.com/konveyor/tackle2-ui/blob/main/client/src/app/pages/controls/ControlTableActionButtons.tsx |
Signed-off-by: Maayan Hadasi <mguetta@redhat.com>
38b8a96
to
253fd62
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.
LGTM
@mguetta1 The PR change is causing e2e-ui-test fails:
The test is probably looking for a kebab menu action that doesn't exists or got moved to the edit pencil. |
Correct, here is the related PR in tackle-ui-tests: konveyor/tackle-ui-tests#1201 |
We can tell CI to use that PR in the e2e testing: https://github.com/konveyor/ci?tab=readme-ov-file#referencing-specific-pull-requests-in-the-test-repositories |
Note: Closed and reopened the PR to force all the check to run again with the update to the PR description to use a UI tests PR for e2e-ui testing. |
@mguetta1 - One more UI test fix needed for: https://github.com/konveyor/tackle2-ui/actions/runs/10722793005/job/29734751734?pr=1923#step:12:1174 Looks like a migration wave test that is setting up stakeholders first. |
Thanks @sjd78. A fix was added. |
Part of #1318  UI Tests PR: 1201 Signed-off-by: Maayan Hadasi <mguetta@redhat.com> Signed-off-by: Cherry Picker <noreply@github.com>
Part of #1318  Backport-of: #1923 Signed-off-by: Maayan Hadasi <mguetta@redhat.com> Signed-off-by: Cherry Picker <noreply@github.com>
Part of #1318
UI Tests PR: 1201