File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
tests/test-team/template-mgmt-e2e-tests Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { TemplateMgmtSubmitLetterPage } from '../pages/letter/template-mgmt-subm
1212import { TemplateMgmtTemplateSubmittedLetterPage } from '../pages/letter/template-mgmt-template-submitted-letter-page' ;
1313import { TemplateMgmtRequestProofPage } from '../pages/template-mgmt-request-proof-page' ;
1414import { InvokeCommand , LambdaClient } from '@aws-sdk/client-lambda' ;
15- import { SimulateGuardDutyScan } from '../helpers/use-cases' ;
1615import {
1716 assertPdfTemplateGuardDutyEvent ,
1817 assertProofGuardDutyEvent ,
@@ -27,7 +26,6 @@ const getProofRandomSegment = (value?: string) =>
2726// eslint-disable-next-line playwright/no-skipped-test
2827test . describe ( 'letter complete e2e journey' , ( ) => {
2928 const templateStorageHelper = new TemplateStorageHelper ( ) ;
30- const guardDutyScan = new SimulateGuardDutyScan ( ) ;
3129
3230 let user : TestUser ;
3331
You can’t perform that action at this time.
0 commit comments