-
Notifications
You must be signed in to change notification settings - Fork 319
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
NAS-131266 / 25.04 / Cancel button takes back to apps page #10802
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10802 +/- ##
==========================================
+ Coverage 80.91% 81.55% +0.63%
==========================================
Files 1571 1579 +8
Lines 52114 54023 +1909
Branches 5812 5794 -18
==========================================
+ Hits 42167 44056 +1889
- Misses 9947 9967 +20 ☔ View full report in Codecov by Sentry. |
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.
It works well but tests need cleanup
timestamp: '[12:34]', | ||
data: 'Some logs.', | ||
describe('When dialog is set a value', () => { | ||
const createComponent = createComponentFactory({ |
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.
Let's reuse test definition and extract it into setupTest
method that accepts params that needs to be changed
This PR has been merged and conversations have been locked. |
Changes:
When view button for container logs for an app is clicked, user is taken to show container logs. The cancel button previously didn't take them back to the apps page. Now it does.
Testing:
See ticket description for testing.