We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8b257 commit f0ca520Copy full SHA for f0ca520
packages/main/src/components/FilterBar/FilterBar.cy.tsx
@@ -611,6 +611,7 @@ describe('FilterBar.cy.tsx', () => {
611
cy.get('[ui5-table-row]').eq(5).should('have.attr', 'data-text', 'RatingIndicator');
612
cy.findByText('Reset').realClick();
613
cy.get('[data-component-name="FilterBarDialogResetMessageBox"]').should('have.attr', 'open');
614
+ cy.wait(100);
615
cy.get('[data-action="OK"]').realClick();
616
cy.get('[data-component-name="FilterBarDialogResetMessageBox"]').should('not.exist');
617
cy.get('[ui5-table-row]').eq(1).should('have.attr', 'data-text', 'RatingIndicator');
0 commit comments