Skip to content

Commit

Permalink
DTSPB-4183: Remove non-PW tag and unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiealbertelli committed May 16, 2024
1 parent 8a1c39b commit 1bea9f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/test/PlaywrightTest/Path/applyCaveat.spec.js
Original file line number Diff line number Diff line change
@@ -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');

Expand Down Expand Up @@ -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);
});



Expand Down

0 comments on commit 1bea9f1

Please sign in to comment.