mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
test(angular): remove unnecessary wait (#26275)
This commit is contained in:
@ -40,9 +40,6 @@ describe('Form', () => {
|
|||||||
|
|
||||||
testStatus('INVALID');
|
testStatus('INVALID');
|
||||||
|
|
||||||
// TODO: FW-1160 - Remove when v7 is released
|
|
||||||
cy.wait(300);
|
|
||||||
|
|
||||||
cy.get('ion-select').click();
|
cy.get('ion-select').click();
|
||||||
cy.get('ion-alert').should('exist').should('be.visible');
|
cy.get('ion-alert').should('exist').should('be.visible');
|
||||||
// NES option
|
// NES option
|
||||||
|
|||||||
Reference in New Issue
Block a user