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 bdff8ba commit f1892b0
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,12 @@ Scenario('LipvLip Applicant GA creation e2e tests - Request further information
await api.makeOrderGA(gaID, courtResponseType);

const isDashboardServiceEnabled = await isDashboardServiceToggleEnabled();

const notification = orderMoreInformation();
await verifyNotificationTitleAndContent(claimNumber, notification.title, notification.content);
await I.click(notification.nextSteps);

if (isDashboardServiceEnabled) {
const notification = orderMoreInformation();
await verifyNotificationTitleAndContent(claimNumber, notification.title, notification.content);
await I.click(notification.nextSteps);
}
await I.amOnPage(`/case/${claimRef}/general-application/${gaID}/view-application`);
await I.click('.govuk-heading-m >> text=Application');
await I.see('Awaiting additional information', '.govuk-summary-list__value');
Expand Down

0 comments on commit f1892b0

Please sign in to comment.