From 1bea9f123483d3a79575a6f399ec1f6fde5029eb Mon Sep 17 00:00:00 2001 From: jamiealbertelli Date: Wed, 15 May 2024 13:17:57 +0100 Subject: [PATCH] DTSPB-4183: Remove non-PW tag and unnecessary import --- src/test/PlaywrightTest/Path/applyCaveat.spec.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/test/PlaywrightTest/Path/applyCaveat.spec.js b/src/test/PlaywrightTest/Path/applyCaveat.spec.js index cf5d760edd..9ae9f3a957 100644 --- a/src/test/PlaywrightTest/Path/applyCaveat.spec.js +++ b/src/test/PlaywrightTest/Path/applyCaveat.spec.js @@ -1,7 +1,6 @@ 'use strict'; -const { test, expect } = require('../Fixtures/createFixtures'); +const { test } = require('../Fixtures/createFixtures'); const dateFns = require('date-fns'); -const {testConfig} = require('../Configs/config'); const createCaseConfig = require('../Pages/createCase/createCaseConfig'); @@ -90,8 +89,7 @@ test.describe('Solicitor - Apply Caveat', () => { await page.seeUpdatesOnCase(caseRef, caveatDetailsTabConfig, 'completedApplication', completeApplicationConfig); await page.seeUpdatesOnCase(caseRef, notificationsTabConfig, 'completedApplication', completeApplicationConfig); }); -}).tag('@crossbrowser') - .retry(testConfig.TestRetryScenarios); +});