-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore(KFLUXUI-268): revision data on snapshot page is now clickable& directs to commit detail page #102
base: main
Are you sure you want to change the base?
Conversation
…rects to commit detail page
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #102 +/- ##
==========================================
- Coverage 80.14% 80.12% -0.03%
==========================================
Files 570 578 +8
Lines 21536 21554 +18
Branches 5076 5083 +7
==========================================
+ Hits 17260 17270 +10
- Misses 4251 4259 +8
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
expect(revisionLink).toBeInTheDocument(); | ||
expect(revisionLink).toHaveAttribute( | ||
'href', | ||
`/workspaces//applications/${rowData?.application}/commit/test-revision`, |
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.
probably should not be double //.
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.
Will update, thanks.
LGTM |
Fixes
https://issues.redhat.com/browse/KFLUXUI-268
Description
The Revision reference on a Snapshot detail page is clickable and take the user to that particular commit detail page.
Type of change
Screen shots / Gifs for design review
Snapshot Detail Page:
Commit Details Page: