Skip to content

Commit a463fab

Browse files
committed
Update 'NoSetupRepoFactory' E2E test
1 parent fcfd29d commit a463fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/specs/factory/NoSetupRepoFactory.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ suite(
8989
test(`Check that workspace cannot be created without PAT/OAuth for ${isPrivateRepo} repo`, async function (): Promise<void> {
9090
await dashboard.waitLoader();
9191
const loaderAlert: string = await dashboard.getLoaderAlert();
92-
expect(loaderAlert).to.contain('Cause: Could not reach devfile at');
92+
expect(loaderAlert).to.contain('Could not reach devfile at');
9393
});
9494

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

0 commit comments

Comments
 (0)