Skip to content

Commit 962f06b

Browse files
authored
Update test name in WorkspaceWithParent.spec.ts (#22838)
Fix misleading test name to point to child devfile.
1 parent 7b8dde4 commit 962f06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/specs/miscellaneous/WorkspaceWithParent.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ suite(`Workspace using a parent test suite ${BASE_TEST_CONSTANTS.TEST_ENVIRONMEN
4848
await loginTests.loginIntoChe();
4949
});
5050

51-
test('Create a workspace using a parent', async function (): Promise<void> {
51+
test('Create a workspace from child devfile', async function (): Promise<void> {
5252
const factoryUrl: string = `${BASE_TEST_CONSTANTS.TS_SELENIUM_BASE_URL}/dashboard/#https://github.com/testsfactory/parentDevfile`;
5353
await dashboard.waitPage();
5454
await browserTabsUtil.navigateTo(factoryUrl);

0 commit comments

Comments
 (0)