Skip to content

Commit d15bfe9

Browse files
committed
CCM-11492 Remove redundant test
1 parent 96f4a52 commit d15bfe9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/test-team/template-mgmt-routing-component-tests/choose-templates.routing-component.spec.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -419,16 +419,5 @@ test.describe('Routing - Choose Templates page', () => {
419419
`${baseURL}/templates/message-plans/invalid`
420420
);
421421
});
422-
423-
test('when no routing config ID is provided in the URL', async ({
424-
page,
425-
baseURL,
426-
}) => {
427-
await page.goto(`${baseURL}/templates/message-plans/choose-templates`);
428-
429-
await expect(page).toHaveURL(
430-
`${baseURL}/templates/message-plans/invalid`
431-
);
432-
});
433422
});
434423
});

0 commit comments

Comments
 (0)