Skip to content

Commit

Permalink
Update LiPvLiP_GA_e2e_tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CourtneySuhr-Solirius authored Feb 4, 2025
1 parent d823f88 commit bdff8ba
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const {isDashboardServiceToggleEnabled} = require('../../specClaimHelpers/api/te
const {verifyNotificationTitleAndContent} = require('../../specClaimHelpers/e2e/dashboardHelper');
const {orderMadeGA, payAdditionalApplicationFeeGA, applicationBeingProcessedGA, otherPartiesRequestedChange, orderMoreInformation} = require('../../specClaimHelpers/dashboardNotificationConstants');


let claimRef, claimType, caseData, claimNumber, gaID, courtResponseType;

Feature('Lip v Lip GA e2e Tests');
Expand Down Expand Up @@ -163,7 +162,6 @@ Scenario('LipvLip Applicant GA creation e2e tests - Give directions without list
}
});


Scenario('LipvLip Applicant GA creation e2e tests - Request further information @citizenUI - @api @ga @nightly', async ({I, api}) => {
courtResponseType = 'requestMoreInformation';
if (['preview', 'demo'].includes(config.runningEnv)) {
Expand Down Expand Up @@ -195,8 +193,6 @@ Scenario('LipvLip Applicant GA creation e2e tests - Request further information
}
});



Scenario('LipvLip Applicant GA creation e2e tests - without notice to with notice @citizenUI - @api @ga @nightly', async ({
I,
api,
Expand Down Expand Up @@ -247,4 +243,3 @@ Scenario('LipvLip Applicant GA creation e2e tests - without notice to with notic
}
}
});

0 comments on commit bdff8ba

Please sign in to comment.