From c50620af6c65085e586606afff1a2850ff948938 Mon Sep 17 00:00:00 2001 From: Amanda Johnston <90629384+amandaejohnston@users.noreply.github.com> Date: Mon, 14 Nov 2022 09:02:13 -0600 Subject: [PATCH] test(angular): remove unnecessary wait (#26275) --- angular/test/base/e2e/src/form.spec.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/angular/test/base/e2e/src/form.spec.ts b/angular/test/base/e2e/src/form.spec.ts index bb55004ae1..39995f2f5a 100644 --- a/angular/test/base/e2e/src/form.spec.ts +++ b/angular/test/base/e2e/src/form.spec.ts @@ -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