-
Notifications
You must be signed in to change notification settings - Fork 645
Bump WebdriverIO and related packages #3233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 11 commits
0b3a400
748c586
9b51564
9a833c1
af6171a
c85506f
cb0644f
e297e7b
66ada0d
ea70239
8bff85c
65ee643
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "branches": 93.31, | ||
| "branches": 93.33, | ||
| "functions": 97.05, | ||
| "lines": 98.25, | ||
| "statements": 97.98 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,7 +40,7 @@ | |
| }); | ||
| } | ||
|
|
||
| describe('WebWorkerSnapExecutor', () => { | ||
| describe.skip('WebWorkerSnapExecutor', () => { | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Disabled this because it's very flaky, and we don't use the |
||
| let consoleSpy: SpyFunction<unknown, unknown>; | ||
|
|
||
| before(() => { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,7 +56,7 @@ | |
| }); | ||
| } | ||
|
|
||
| describe('WebWorkerPool', () => { | ||
| describe.skip('WebWorkerPool', () => { | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Disabled this because it's very flaky, and we don't use the |
||
| it('forwards messages to the worker', async () => { | ||
| const mockStream = new MockPostMessageStream(); | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WDIO seems to catch this error and fail the test. Need to investigate if we can work around this somehow.