mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Security Solution][Revert] Skip flaky test (#167603)
Reverts elastic/kibana#167591 since the skipped test was fixed in https://github.com/elastic/kibana/pull/167594
This commit is contained in:
parent
cb48dd2d8e
commit
6cd8e257d9
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ describe('Changing alert status', { tags: ['@ess', '@brokenInServerless'] }, ()
|
|||
});
|
||||
});
|
||||
|
||||
it.skip('Updates count table whenever alert status is updated in table', () => {
|
||||
it('Updates count table whenever alert status is updated in table', () => {
|
||||
const numberOfAlertsToBeClosed = 1;
|
||||
cy.get(ALERTS_COUNT)
|
||||
.invoke('text')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue