Skip to content

Commit ce9a3c7

Browse files
committed
[WIP] try something else to get the tests working
Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 93c10b9 commit ce9a3c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"coverage:upload": "codecov -f coverage/coverage-final.json",
6969
"build": "npm run clean && npm run lint && npm run compile && npm run bundle-tools",
7070
"smoke-test": "npm run compile && extest setup-and-run out/test/ui/smoke-test.js -o test/ui/settings.json -m test/ui/.mocharc.js -c max",
71-
"public-ui-test": "npm run compile && extest setup-and-run out/test/ui/public-ui-test.js -o test/ui/settings.json -m test/ui/.mocharc.js -c max",
71+
"public-ui-test": "npm run compile && extest setup-and-run out/test/ui/public-ui-test.js -o test/ui/settings.json -m test/ui/.mocharc.js -c max -i",
7272
"postinstall": "npx @electron/rebuild -v 22.3.5"
7373
},
7474
"dependencies": {

test/ui/suite/openshift.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export function checkOpenshiftView() {
9898

9999
it('shows the default devfile registry', async function test() {
100100
this.timeout(10000);
101-
await new Promise((res) => { setTimeout(res, 6000); });
102101
const registry = await registries.findItem(VIEWS.devFileRegistry);
103102
expect(registry).not.undefined;
104103
});

0 commit comments

Comments
 (0)