Skip to content

Commit 455a373

Browse files
[PRMP-710-2] changed support e2e test (#411)
1 parent 43b92e5 commit 455a373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/cypress/support/e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Cypress.Commands.add('smokeLogin', (role) => {
5959
cy.url().should('eq', baseUrl + startUrl);
6060
cy.get('.nhsuk-header__transactional-service-name--link').should(
6161
'have.text',
62-
'Access and store digital GP records',
62+
'Access and store digital patient documents',
6363
);
6464
cy.get('.nhsuk-header__navigation').should('not.exist');
6565
cy.getByTestId('start-btn').should('exist');

0 commit comments

Comments
 (0)