From 58cf3d33cefcbfd59a45ad63ef42f17dae442447 Mon Sep 17 00:00:00 2001 From: pearl-truss Date: Mon, 20 Nov 2023 11:16:58 -0500 Subject: [PATCH] cypress copy change --- services/cypress/support/stateSubmissionFormCommands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cypress/support/stateSubmissionFormCommands.ts b/services/cypress/support/stateSubmissionFormCommands.ts index a7281642b7..f552d85073 100644 --- a/services/cypress/support/stateSubmissionFormCommands.ts +++ b/services/cypress/support/stateSubmissionFormCommands.ts @@ -102,7 +102,7 @@ Cypress.Commands.add('fillOutBaseContractDetails', () => { // Contract 438 attestation question cy.findByText('No, the contract does not fully comply with all applicable requirements').click() - cy.findByRole('textbox', {name: 'Provide a brief description of the contract’s non-compliance (with regulatory citations) and expected timeframe for remediation'}) + cy.findByRole('textbox', {name: 'Provide a brief description of any contractual or operational non-compliance, including regulatory citations and expected timeframe for remediation'}) .type('Non compliance explanation') cy.findByText('Fully executed').click()