From 3d17d7c9870371d39d52f90ca591c455b4d17a50 Mon Sep 17 00:00:00 2001 From: Shmaraiev Oleksandr Date: Mon, 4 Dec 2023 17:25:11 +0200 Subject: [PATCH] Update 'NoSetupRepoFactory' E2E test according to change of unreachable 'devfile' exception message --- tests/e2e/specs/factory/NoSetupRepoFactory.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/specs/factory/NoSetupRepoFactory.spec.ts b/tests/e2e/specs/factory/NoSetupRepoFactory.spec.ts index 109902e2b86..2c2576bff85 100644 --- a/tests/e2e/specs/factory/NoSetupRepoFactory.spec.ts +++ b/tests/e2e/specs/factory/NoSetupRepoFactory.spec.ts @@ -89,7 +89,7 @@ suite( test(`Check that workspace cannot be created without PAT/OAuth for ${isPrivateRepo} repo`, async function (): Promise { 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 {