Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the misleading test name in WorkspaceWithParent.spec.ts to refer to the child devfile #22838

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update test name in WorkspaceWithParent.spec.ts
Fix misleading test name to point to child devfile.
  • Loading branch information
dmytro-ndp committed Feb 21, 2024
commit f7bae8a5afc60cbf79e437a2225388932b4d2950
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
Loading