Skip to content

Commit

Permalink
Fix up of format
Browse files Browse the repository at this point in the history
  • Loading branch information
artaleks9 committed Sep 28, 2023
1 parent be3fd37 commit 5ebf0c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/e2e/specs/factory/NoSetupRepoFactory.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ suite(
test(`Check that workspace cannot be created without 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('Cause: Could not reach devfile at');
});

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

0 comments on commit 5ebf0c6

Please sign in to comment.