From b7ec540b3c74c2b3a3ba0c66401f0612521c532f Mon Sep 17 00:00:00 2001 From: jasquat Date: Fri, 12 May 2023 11:38:10 -0400 Subject: [PATCH] removed only from NDR test so the whole file can run w/ burnettk --- .../cypress/pilot/NDR_PP1/softwarelicense.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiffworkflow-frontend/cypress/pilot/NDR_PP1/softwarelicense.cy.js b/spiffworkflow-frontend/cypress/pilot/NDR_PP1/softwarelicense.cy.js index 6b12d3cc5..b02213c8c 100644 --- a/spiffworkflow-frontend/cypress/pilot/NDR_PP1/softwarelicense.cy.js +++ b/spiffworkflow-frontend/cypress/pilot/NDR_PP1/softwarelicense.cy.js @@ -93,7 +93,7 @@ const submitWithUser = ( describe.only('Software and Licenses Path - Without Files', () => { Cypress._.times(1, () => { // Everyone approves with CP - it.only('Everyone approves with CP', () => { + it('Everyone approves with CP', () => { const username = Cypress.env('requestor_username'); const password = Cypress.env('requestor_password'); cy.log(`=====username : ${username}`);