-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix(#7215)[Fault Management]: Fix shelving and acknowledging faults with single and bulk actions #7559
Conversation
…only apply to selected fault
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7559 +/- ##
==========================================
- Coverage 55.58% 55.30% -0.28%
==========================================
Files 673 672 -1
Lines 26994 27003 +9
Branches 2623 2624 +1
==========================================
- Hits 15004 14934 -70
- Misses 11271 11348 +77
- Partials 719 721 +2
... and 14 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
.getByLabel('Select fault') | ||
.nth(rowNumber - 1) | ||
.check({ | ||
// Need force here because checkbox state is changed by an event emitted by the checkbox |
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.
gross
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.
yep but i'd rather this than have to restructure all of fault management
await utils.clearSearch(page); | ||
faultResultCount = await utils.getFaultResultCount(page); | ||
expect.soft(faultResultCount).toEqual(5); | ||
await clearSearch(page); |
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.
what in tarnation
|
||
// search triggerTime | ||
await utils.enterSearchTerm(page, faultFiveTriggerTime); | ||
await enterSearchTerm(page, faultFiveTriggerTime); |
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.
ahhhhh
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.
Approved and added #7561 to our backlog
Closes #7215
Describe your changes:
shelvedFaults
a computed property to fix Vue reactivityFaultManagementListView
intoFaultManagementView
to simplifyAll Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist