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