Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
artaleks9 committed Sep 27, 2023
1 parent 198bec2 commit 5e2aca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/specs/factory/NoSetupRepoFactory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ suite(
await dashboard.waitLoader();
const loaderAlert: string = await dashboard.getLoaderAlert();
expect(loaderAlert).to.contain(
'Cause: Could not reach devfile at',
'Cause: Could not reach devfile at'
);
});

Expand All @@ -103,7 +103,7 @@ suite(
} else {
test('Obtain workspace name from workspace loader page', async function (): Promise<void> {
await workspaceHandlingTests.obtainWorkspaceNameFromStartingPage();
});
});git statusbar

test('Registering the running workspace', function (): void {
registerRunningWorkspace(WorkspaceHandlingTests.getWorkspaceName());
Expand Down

0 comments on commit 5e2aca0

Please sign in to comment.