Skip to content

Commit

Permalink
Update test name in WorkspaceWithParent.spec.ts (#22838)
Browse files Browse the repository at this point in the history
Fix misleading test name to point to child devfile.
  • Loading branch information
dmytro-ndp committed Feb 21, 2024
1 parent 7b8dde4 commit 962f06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/miscellaneous/WorkspaceWithParent.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> {
test('Create a workspace from child devfile', async function (): Promise<void> {
const factoryUrl: string = `${BASE_TEST_CONSTANTS.TS_SELENIUM_BASE_URL}/dashboard/#https://github.com/testsfactory/parentDevfile`;
await dashboard.waitPage();
await browserTabsUtil.navigateTo(factoryUrl);
Expand Down

0 comments on commit 962f06b

Please sign in to comment.