From a457d45476a95c288f07e3b1d388f1e69b971dff Mon Sep 17 00:00:00 2001 From: Neil Mills Date: Thu, 9 Jan 2025 14:24:15 +0000 Subject: [PATCH] MAN-36 revert change to test --- integration_tests/e2e/licence-condition-note.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_tests/e2e/licence-condition-note.cy.ts b/integration_tests/e2e/licence-condition-note.cy.ts index d2932efc..3a097829 100644 --- a/integration_tests/e2e/licence-condition-note.cy.ts +++ b/integration_tests/e2e/licence-condition-note.cy.ts @@ -4,6 +4,7 @@ import SentencePage from '../pages/sentence' context('Sentence', () => { it('Licence condition note page is rendered', () => { cy.visit('/case/X000001/sentence/licence-condition/7007/note/0') + const page = Page.verifyOnPage(SentencePage) page.headerCrn().should('contain.text', 'X000001') page.headerName().should('contain.text', 'Caroline Wolff')