diff --git a/services/cypress/support/stateSubmissionFormCommands.ts b/services/cypress/support/stateSubmissionFormCommands.ts index f552d85073..101f0170c1 100644 --- a/services/cypress/support/stateSubmissionFormCommands.ts +++ b/services/cypress/support/stateSubmissionFormCommands.ts @@ -182,7 +182,7 @@ Cypress.Commands.add('fillOutAmendmentToBaseContractDetails', () => { // Must be on '/submissions/:id/edit/contract-details' // 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('Unexecuted by some or all parties').click()