Skip to content

Commit

Permalink
test: Increase logging levels
Browse files Browse the repository at this point in the history
Attempt to debug CI failures.

```
FAIL __device-tests__/gutenberg-editor-rendering-media-blocks.test.js (73.496 s)
  ● Gutenberg Editor Rendering Media Blocks test › should be able to render blocks correctly

    unknown method: Not implemented

      at getErrorFromResponseBody (file:/Users/runner/work/gutenberg/gutenberg/node_modules/webdriver/build/utils.js:194:12)
      at NodeJSRequest._request (file:/Users/runner/work/gutenberg/gutenberg/node_modules/webdriver/build/request/index.js:164:23)
      at Browser.wrapCommandFn (file:/Users/runner/work/gutenberg/gutenberg/node_modules/@wdio/utils/build/shim.js:81:29)
```
  • Loading branch information
dcalhoun committed Oct 16, 2023
1 parent 5d684e2 commit 7bb46de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const setupDriver = async () => {

const driver = await remote( {
...serverConfig,
logLevel: 'error',
logLevel: 'debug',
capabilities: {
platformName: PLATFORM_NAME,
...prefixKeysWithAppium( desiredCaps ),
Expand Down

0 comments on commit 7bb46de

Please sign in to comment.