From 2e215aed4cc283794a4365af15d3203068676e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20Lelis?= Date: Fri, 20 Dec 2019 21:14:07 -0300 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=92=8D=20Updating=20tests=20after?= =?UTF-8?q?=20bug=20fix=20(#1324)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #1167 --- platform/viewer/cypress/integration/pwa/OHIFExtensionVTK.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/viewer/cypress/integration/pwa/OHIFExtensionVTK.spec.js b/platform/viewer/cypress/integration/pwa/OHIFExtensionVTK.spec.js index 1ba573dfb..595c4eb90 100644 --- a/platform/viewer/cypress/integration/pwa/OHIFExtensionVTK.spec.js +++ b/platform/viewer/cypress/integration/pwa/OHIFExtensionVTK.spec.js @@ -24,7 +24,6 @@ describe('OHIF VTK Extension', () => { cy.get('[data-cy="thumbnail-list"]') .contains('CT WB 5.0 B35f') .drag('.viewport-drop-target') - .wait(1000); // TODO: Once issue #1167 is fixed, the wait command should be removed. (https://github.com/OHIF/Viewers/issues/1167) //Select 2D MPR button cy.get('[data-cy="2d mpr"]').click();