We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfd29d commit a463fabCopy full SHA for a463fab
tests/e2e/specs/factory/NoSetupRepoFactory.spec.ts
@@ -89,7 +89,7 @@ suite(
89
test(`Check that workspace cannot be created without PAT/OAuth for ${isPrivateRepo} repo`, async function (): Promise<void> {
90
await dashboard.waitLoader();
91
const loaderAlert: string = await dashboard.getLoaderAlert();
92
- expect(loaderAlert).to.contain('Cause: Could not reach devfile at');
+ expect(loaderAlert).to.contain('Could not reach devfile at');
93
});
94
95
test('Check that workspace was not created', async function (): Promise<void> {
0 commit comments