Skip to content

Commit

Permalink
cypress copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Nov 20, 2023
1 parent 8471296 commit 58cf3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/cypress/support/stateSubmissionFormCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 58cf3d3

Please sign in to comment.