-
Notifications
You must be signed in to change notification settings - Fork 14k
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
feat: add modfied col and timezone info to schedule col #20165
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20165 +/- ##
==========================================
+ Coverage 66.52% 66.65% +0.12%
==========================================
Files 1726 1729 +3
Lines 64886 64910 +24
Branches 6832 6842 +10
==========================================
+ Hits 43168 43268 +100
+ Misses 19986 19893 -93
- Partials 1732 1749 +17
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@yousoph Ephemeral environment spinning up at http://54.218.198.97:8080. Credentials are |
/testenv up FEATURE_ALERT_REPORTS = True |
@yousoph Ephemeral environment spinning up at http://52.43.5.216:8080. Credentials are |
Ephemeral environment shutdown and build artifacts deleted. |
/testenv up FEATURE_ALERT_REPORTS = True |
@yousoph Container image not yet published for this PR. Please try again when build is complete. |
@yousoph Ephemeral environment creation failed. Please check the Actions logs for details. |
/testenv up FEATURE_ALERT_REPORTS = True |
@yousoph Ephemeral environment spinning up at http://54.186.233.208:8080. Credentials are |
@@ -32,14 +32,17 @@ describe('alert list view', () => { | |||
|
|||
cy.get('[data-test="listview-table"]').should('be.visible'); | |||
// check alert list view header | |||
cy.wait(500); | |||
/// cy.get('[data-test="sort-header"]').debug() |
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.
There's a debug line here, this should be deleted right?
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
This pr add modfied to alerts and reports and add timezone information to schedule column
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
after
TESTING INSTRUCTIONS
Go to alerts and reports there should be modified column and time zone information in the schedule column.
ADDITIONAL INFORMATION