Skip to content

Commit f4c03b1

Browse files
committed
lint fix
1 parent d5df02f commit f4c03b1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

frontend/src/__tests__/components/molecules/__snapshots__/MessagePlansList.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ exports[`MessagePlansList matches snapshot when data is available 1`] = `
7272
</td>
7373
<td
7474
class="nhsuk-table__cell"
75+
data-testid="message-plan-id-cell"
7576
role="cell"
7677
>
7778
<span

tests/test-team/template-mgmt-routing-component-tests/message-plans.routing-component.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { test, expect } from '@playwright/test';
22
import { RoutingMessagePlansPage } from '../pages/routing-message-plans-page';
33
import {
44
assertFooterLinks,
5-
assertGoBackLink,
65
assertSignOutLink,
76
assertHeaderLogoLink,
87
assertSkipToMainContent,
@@ -11,7 +10,6 @@ import { createAuthHelper, testUsers } from 'helpers/auth/cognito-auth-helper';
1110
import { RoutingConfigFactory } from 'helpers/factories/routing-config-factory';
1211
import { RoutingConfigStorageHelper } from 'helpers/db/routing-config-storage-helper';
1312
import { RoutingConfigDbEntry } from 'helpers/types';
14-
import { uuidRegExp } from 'nhs-notify-web-template-management-test-helper-utils';
1513

1614
type MessagePlansPageData = {
1715
draftNew: RoutingConfigDbEntry;
@@ -20,8 +18,6 @@ type MessagePlansPageData = {
2018
deleted: RoutingConfigDbEntry;
2119
};
2220

23-
const getMessagePlanIdsFromTable = () => {};
24-
2521
async function createRoutingConfigs(): Promise<MessagePlansPageData> {
2622
const authHelper = createAuthHelper();
2723
const user = await authHelper.getTestUser(testUsers.User1.userId);

0 commit comments

Comments
 (0)