Skip to content

Commit

Permalink
[PRMDR-605] minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joefong-nhs committed Jan 25, 2024
1 parent 08e7fbd commit aaf9cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cypress/e2e/0-ndr-core-tests/homepage.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe('Home Page', () => {
});

it(
`should display patient search page when user is PCSE Role`,
'should display patient search page when user is PCSE Role',
{ tags: 'regression' },
() => {
cy.login(Roles.PCSE);
Expand Down

0 comments on commit aaf9cc2

Please sign in to comment.