From 962f06bd21a93933b61daf31f184d9ceb03d6148 Mon Sep 17 00:00:00 2001 From: Dmytro Nochevnov Date: Wed, 21 Feb 2024 18:26:09 +0200 Subject: [PATCH] Update test name in WorkspaceWithParent.spec.ts (#22838) Fix misleading test name to point to child devfile. --- tests/e2e/specs/miscellaneous/WorkspaceWithParent.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/specs/miscellaneous/WorkspaceWithParent.spec.ts b/tests/e2e/specs/miscellaneous/WorkspaceWithParent.spec.ts index 9e927d61014..ba6ddf6b57b 100644 --- a/tests/e2e/specs/miscellaneous/WorkspaceWithParent.spec.ts +++ b/tests/e2e/specs/miscellaneous/WorkspaceWithParent.spec.ts @@ -48,7 +48,7 @@ suite(`Workspace using a parent test suite ${BASE_TEST_CONSTANTS.TEST_ENVIRONMEN await loginTests.loginIntoChe(); }); - test('Create a workspace using a parent', async function (): Promise { + test('Create a workspace from child devfile', async function (): Promise { const factoryUrl: string = `${BASE_TEST_CONSTANTS.TS_SELENIUM_BASE_URL}/dashboard/#https://github.com/testsfactory/parentDevfile`; await dashboard.waitPage(); await browserTabsUtil.navigateTo(factoryUrl);