Skip to content

Commit

Permalink
Update 'NoSetupRepoFactory' E2E test according to change of unreachab…
Browse files Browse the repository at this point in the history
…le 'devfile' exception message
  • Loading branch information
artaleks9 authored Dec 4, 2023
1 parent d64e399 commit 3d17d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/factory/NoSetupRepoFactory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ suite(
test(`Check that workspace cannot be created without PAT/OAuth for ${isPrivateRepo} repo`, async function (): Promise<void> {
await dashboard.waitLoader();
const loaderAlert: string = await dashboard.getLoaderAlert();
expect(loaderAlert).to.contain('Cause: Could not reach devfile at');
expect(loaderAlert).to.contain('Could not reach devfile at');
});

test('Check that workspace was not created', async function (): Promise<void> {
Expand Down

0 comments on commit 3d17d7c

Please sign in to comment.