chore: deactive flaky filter test (#10406)
Flaky tests hurt everyone's cognitive load. Let's deactivate for now and revisit.
This commit is contained in:
parent
6fde7f8984
commit
a10b185248
|
|
@ -63,8 +63,8 @@ describe('Dashboard filter', () => {
|
|||
cy.wait(aliases);
|
||||
});
|
||||
});
|
||||
|
||||
it('should apply filter', () => {
|
||||
// TODO fix and reactivate this flaky test
|
||||
xit('should apply filter', () => {
|
||||
cy.get('.Select__control input[type=text]').first().focus();
|
||||
|
||||
// should open the filter indicator
|
||||
|
|
|
|||
Loading…
Reference in New Issue