We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8dde4 commit 962f06bCopy full SHA for 962f06b
tests/e2e/specs/miscellaneous/WorkspaceWithParent.spec.ts
@@ -48,7 +48,7 @@ suite(`Workspace using a parent test suite ${BASE_TEST_CONSTANTS.TEST_ENVIRONMEN
48
await loginTests.loginIntoChe();
49
});
50
51
- test('Create a workspace using a parent', async function (): Promise<void> {
+ test('Create a workspace from child devfile', async function (): Promise<void> {
52
const factoryUrl: string = `${BASE_TEST_CONSTANTS.TS_SELENIUM_BASE_URL}/dashboard/#https://github.com/testsfactory/parentDevfile`;
53
await dashboard.waitPage();
54
await browserTabsUtil.navigateTo(factoryUrl);
0 commit comments