Closed mguetta1 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 42.15%. Comparing base (
b654645
) to head (2d4b5c8
). Report is 227 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Part of #1318?
Part of #1318?
Yes
Looks like a good change. @mguetta1 any reason it is still in draft?
I need to change this to use https://github.com/konveyor/tackle2-ui/blob/main/client/src/app/pages/controls/ControlTableActionButtons.tsx
@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.
@mguetta1 The PR change is causing e2e-ui-test fails:
- https://github.com/konveyor/tackle2-ui/actions/runs/10710591872/job/29700435669#step:12:1176
- https://github.com/konveyor/tackle2-ui/actions/runs/10710591872/job/29700435669#step:12:2307
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: https://github.com/konveyor/tackle-ui-tests/pull/1201 Please coordinate with @sshveta to merge the changes
Correct, here is the related PR in tackle-ui-tests: konveyor/tackle-ui-tests#1201 Please coordinate with @sshveta to merge the changes
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.
@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 https://github.com/konveyor/tackle2-ui/issues/1318
UI Tests PR: 1201