Skip to content

Commit

Permalink
Add db connection retry
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Oct 3, 2024
1 parent a78b728 commit df7d403
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/e2e-test-utils-playwright/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,24 @@ const test = base.extend<
page: async ( { page }, use ) => {
page.on( 'console', observeConsoleLogging );

await expect

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 2

[chromium] › editor/blocks/paragraph.spec.js:22:2 › Paragraph › should output unwrapped editable paragraph

5) [chromium] › editor/blocks/paragraph.spec.js:22:2 › Paragraph › should output unwrapped editable paragraph Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 5

[chromium] › editor/various/rich-text.spec.js:706:2 › RichText (@firefox

10) [chromium] › editor/various/rich-text.spec.js:706:2 › RichText (@Firefox, @WebKit) › should paste list contents into paragraph Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 3

[chromium] › editor/various/autosave.spec.js:16:2 › Autosave › should save to sessionStorage

5) [chromium] › editor/various/autosave.spec.js:16:2 › Autosave › should save to sessionStorage ── Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 3

[chromium] › editor/various/autosave.spec.js:54:2 › Autosave › should recover from sessionStorage

6) [chromium] › editor/various/autosave.spec.js:54:2 › Autosave › should recover from sessionStorage Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 3

[chromium] › editor/various/autosave.spec.js:100:2 › Autosave › shouldn't contaminate other posts

7) [chromium] › editor/various/autosave.spec.js:100:2 › Autosave › shouldn't contaminate other posts Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 3

[chromium] › editor/various/autosave.spec.js:137:2 › Autosave › should clear local autosave after successful remote autosave

8) [chromium] › editor/various/autosave.spec.js:137:2 › Autosave › should clear local autosave after successful remote autosave Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 1

[chromium] › editor/blocks/code.spec.js:105:4 › Code › Block transforms › FROM HTML › should preserve the metadata name attribute

5) [chromium] › editor/blocks/code.spec.js:105:4 › Code › Block transforms › FROM HTML › should preserve the metadata name attribute Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 1

[chromium] › editor/blocks/code.spec.js:128:4 › Code › Block transforms › TO paragraph › should preserve the content

6) [chromium] › editor/blocks/code.spec.js:128:4 › Code › Block transforms › TO paragraph › should preserve the content Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 1

[chromium] › editor/blocks/code.spec.js:143:4 › Code › Block transforms › TO paragraph › should preserve the metadata name attribute

7) [chromium] › editor/blocks/code.spec.js:143:4 › Code › Block transforms › TO paragraph › should preserve the metadata name attribute Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 1

[chromium] › editor/blocks/columns.spec.js:15:2 › Columns › restricts all blocks inside the columns block

8) [chromium] › editor/blocks/columns.spec.js:15:2 › Columns › restricts all blocks inside the columns block Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 7

[webkit] › editor/various/a11y-region-navigation.spec.js:15:2 › Region navigation (@firefox

4) [webkit] › editor/various/a11y-region-navigation.spec.js:15:2 › Region navigation (@Firefox, @WebKit) › navigates forward and back again Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 7

[webkit] › editor/various/a11y.spec.js:20:2 › a11y (@firefox

5) [webkit] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 7

[webkit] › editor/various/a11y.spec.js:50:2 › a11y (@firefox

6) [webkit] › editor/various/a11y.spec.js:50:2 › a11y (@Firefox, @WebKit) › should constrain tabbing within a modal Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 7

[webkit] › editor/various/a11y.spec.js:84:2 › a11y (@firefox

7) [webkit] › editor/various/a11y.spec.js:84:2 › a11y (@Firefox, @WebKit) › should return focus to the first tabbable in a modal after blurring a tabbable Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 8

[firefox] › editor/blocks/list.spec.js:1142:2 › List (@firefox) › should only convert to list when shortcut ends with space

4) [firefox] › editor/blocks/list.spec.js:1142:2 › List (@Firefox) › should only convert to list when shortcut ends with space Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 8

[firefox] › editor/blocks/list.spec.js:1226:2 › List (@firefox) › first empty list item is graciously removed

5) [firefox] › editor/blocks/list.spec.js:1226:2 › List (@Firefox) › first empty list item is graciously removed Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 8

[firefox] › editor/blocks/list.spec.js:1253:2 › List (@firefox) › should not change the contents when you change the list type to Ordered

6) [firefox] › editor/blocks/list.spec.js:1253:2 › List (@Firefox) › should not change the contents when you change the list type to Ordered Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 8

[firefox] › editor/blocks/list.spec.js:1285:2 › List (@firefox) › should not change the contents when you change the list type to Unordered

7) [firefox] › editor/blocks/list.spec.js:1285:2 › List (@Firefox) › should not change the contents when you change the list type to Unordered Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 8

[firefox] › editor/blocks/list.spec.js:1344:2 › List (@firefox) › should merge two list with same attributes

8) [firefox] › editor/blocks/list.spec.js:1344:2 › List (@Firefox) › should merge two list with same attributes Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 8

[firefox] › editor/blocks/list.spec.js:1392:2 › List (@firefox) › can be exited to selected paragraph

9) [firefox] › editor/blocks/list.spec.js:1392:2 › List (@Firefox) › can be exited to selected paragraph Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)

Check failure on line 147 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 8

[firefox] › editor/blocks/list.spec.js:1411:2 › List (@firefox) › selects all transformed output

10) [firefox] › editor/blocks/list.spec.js:1411:2 › List (@Firefox) › selects all transformed output Error: expect(received).toBeFalsy() Received: true Call Log: - Timeout 10000ms exceeded while waiting on the predicate at ../../../packages/e2e-test-utils-playwright/src/test.ts:147 145 | page.on( 'console', observeConsoleLogging ); 146 | > 147 | await expect | ^ 148 | .poll( 149 | async () => { 150 | const response = await page.request.get( '/' ); at Object.page (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:147:3)
.poll(
async () => {
const response = await page.request.get( '/' );

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 5

[chromium] › editor/various/rich-text.spec.js:53:2 › RichText (@firefox

1) [chromium] › editor/various/rich-text.spec.js:53:2 › RichText (@Firefox, @WebKit) › should apply formatting when selection is collapsed Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140030%7Ctycu4olvESA2RroNyTjchYPNxL5Y6Ml8t5k6gLyjz2g%7C5c3d4a69a50647abd3eac5108b7107d75c0b8fcc17d501694e51c11024618037; wp-settings-time-1=1727967234 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 5

[chromium] › editor/various/rich-text.spec.js:98:2 › RichText (@firefox

2) [chromium] › editor/various/rich-text.spec.js:98:2 › RichText (@Firefox, @WebKit) › should not highlight more than one format Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140030%7Ctycu4olvESA2RroNyTjchYPNxL5Y6Ml8t5k6gLyjz2g%7C5c3d4a69a50647abd3eac5108b7107d75c0b8fcc17d501694e51c11024618037; wp-settings-time-1=1727967234 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 5

[chromium] › editor/various/rich-text.spec.js:143:2 › RichText (@firefox

3) [chromium] › editor/various/rich-text.spec.js:143:2 › RichText (@Firefox, @WebKit) › should transform backtick to code Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140030%7Ctycu4olvESA2RroNyTjchYPNxL5Y6Ml8t5k6gLyjz2g%7C5c3d4a69a50647abd3eac5108b7107d75c0b8fcc17d501694e51c11024618037; wp-settings-time-1=1727967234 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 5

[chromium] › editor/various/rich-text.spec.js:218:2 › RichText (@firefox

4) [chromium] › editor/various/rich-text.spec.js:218:2 › RichText (@Firefox, @WebKit) › should not format text after code backtick Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140030%7Ctycu4olvESA2RroNyTjchYPNxL5Y6Ml8t5k6gLyjz2g%7C5c3d4a69a50647abd3eac5108b7107d75c0b8fcc17d501694e51c11024618037; wp-settings-time-1=1727967234 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 5

[chromium] › editor/various/rich-text.spec.js:267:2 › RichText (@firefox

5) [chromium] › editor/various/rich-text.spec.js:267:2 › RichText (@Firefox, @WebKit) › should only mutate text data on input Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140030%7Ctycu4olvESA2RroNyTjchYPNxL5Y6Ml8t5k6gLyjz2g%7C5c3d4a69a50647abd3eac5108b7107d75c0b8fcc17d501694e51c11024618037; wp-settings-time-1=1727967234 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 5

[chromium] › editor/various/rich-text.spec.js:504:2 › RichText (@firefox

6) [chromium] › editor/various/rich-text.spec.js:504:2 › RichText (@Firefox, @WebKit) › should not split rich text on inline paste Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140030%7Ctycu4olvESA2RroNyTjchYPNxL5Y6Ml8t5k6gLyjz2g%7C5c3d4a69a50647abd3eac5108b7107d75c0b8fcc17d501694e51c11024618037; wp-settings-time-1=1727967234 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 5

[chromium] › editor/various/rich-text.spec.js:554:2 › RichText (@firefox

7) [chromium] › editor/various/rich-text.spec.js:554:2 › RichText (@Firefox, @WebKit) › should make bold after split and merge Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140030%7Ctycu4olvESA2RroNyTjchYPNxL5Y6Ml8t5k6gLyjz2g%7C5c3d4a69a50647abd3eac5108b7107d75c0b8fcc17d501694e51c11024618037; wp-settings-time-1=1727967234 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 5

[chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@firefox

8) [chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@Firefox, @WebKit) › should preserve internal formatting (-webkit, -firefox) Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140030%7Ctycu4olvESA2RroNyTjchYPNxL5Y6Ml8t5k6gLyjz2g%7C5c3d4a69a50647abd3eac5108b7107d75c0b8fcc17d501694e51c11024618037; wp-settings-time-1=1727967234 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 4

[chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list

1) [chromium] › editor/various/draggable-blocks.spec.js:175:2 › Draggable block › can drag and drop to the start of a horizontal block list Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140043%7CpmuGYeolRSZgAI4Mvhle3lBhOYP70HEnoAIyDzItJrj%7Ccfdf0ade1201798655eaaf4f4d06e606feaebe2d0e8f1904d56837aa628f051c; wp-settings-time-1=1727967247 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 4

[chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode

2) [chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140043%7CpmuGYeolRSZgAI4Mvhle3lBhOYP70HEnoAIyDzItJrj%7Ccfdf0ade1201798655eaaf4f4d06e606feaebe2d0e8f1904d56837aa628f051c; wp-settings-time-1=1727967247 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 4

[chromium] › editor/various/embedding.spec.js:192:2 › Embedding content › should retry embeds that could not be embedded with trailing slashes

4) [chromium] › editor/various/embedding.spec.js:192:2 › Embedding content › should retry embeds that could not be embedded with trailing slashes, without the trailing slashes Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140043%7CpmuGYeolRSZgAI4Mvhle3lBhOYP70HEnoAIyDzItJrj%7Ccfdf0ade1201798655eaaf4f4d06e606feaebe2d0e8f1904d56837aa628f051c; wp-settings-time-1=1727967247 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 4

[chromium] › editor/various/embedding.spec.js:243:2 › Embedding content › should switch to the WordPress block correctly

5) [chromium] › editor/various/embedding.spec.js:243:2 › Embedding content › should switch to the WordPress block correctly Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140043%7CpmuGYeolRSZgAI4Mvhle3lBhOYP70HEnoAIyDzItJrj%7Ccfdf0ade1201798655eaaf4f4d06e606feaebe2d0e8f1904d56837aa628f051c; wp-settings-time-1=1727967247 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 4

[chromium] › editor/various/font-size-picker.spec.js:22:3 › Font Size Picker › Common › should apply a custom font size using the font size input

6) [chromium] › editor/various/font-size-picker.spec.js:22:3 › Font Size Picker › Common › should apply a custom font size using the font size input Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140043%7CpmuGYeolRSZgAI4Mvhle3lBhOYP70HEnoAIyDzItJrj%7Ccfdf0ade1201798655eaaf4f4d06e606feaebe2d0e8f1904d56837aa628f051c; wp-settings-time-1=1727967247 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 4

[chromium] › editor/various/font-size-picker.spec.js:158:3 › Font Size Picker › More font sizes › should reset a named font size using the tools panel menu

7) [chromium] › editor/various/font-size-picker.spec.js:158:3 › Font Size Picker › More font sizes › should reset a named font size using the tools panel menu Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140043%7CpmuGYeolRSZgAI4Mvhle3lBhOYP70HEnoAIyDzItJrj%7Ccfdf0ade1201798655eaaf4f4d06e606feaebe2d0e8f1904d56837aa628f051c; wp-settings-time-1=1727967247 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 4

[chromium] › editor/various/font-size-picker.spec.js:229:3 › Font Size Picker › Few font sizes › should apply a named font size using the font size buttons

8) [chromium] › editor/various/font-size-picker.spec.js:229:3 › Font Size Picker › Few font sizes › should apply a named font size using the font size buttons Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140043%7CpmuGYeolRSZgAI4Mvhle3lBhOYP70HEnoAIyDzItJrj%7Ccfdf0ade1201798655eaaf4f4d06e606feaebe2d0e8f1904d56837aa628f051c; wp-settings-time-1=1727967247 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 4

[chromium] › editor/various/font-size-picker.spec.js:278:3 › Font Size Picker › Few font sizes › should reset a named font size using input field

9) [chromium] › editor/various/font-size-picker.spec.js:278:3 › Font Size Picker › Few font sizes › should reset a named font size using input field Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140043%7CpmuGYeolRSZgAI4Mvhle3lBhOYP70HEnoAIyDzItJrj%7Ccfdf0ade1201798655eaaf4f4d06e606feaebe2d0e8f1904d56837aa628f051c; wp-settings-time-1=1727967247 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 1

[chromium] › editor/blocks/buttons.spec.js:51:2 › Buttons › dismisses link editor when escape is pressed

2) [chromium] › editor/blocks/buttons.spec.js:51:2 › Buttons › dismisses link editor when escape is pressed Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.29 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140018%7C23kJWmxfMtrmN8lRxOBlpdVsZ6jvmTWmwGonE1ea6Jj%7Ca3644a9f9b6607489eda7645bf3ea489ab1fe4ab89aa9da0231b8298eef9c4f6; wp-settings-time-1=1727967221 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 8

[firefox] › editor/blocks/list.spec.js:41:2 › List (@firefox) › can be created by using an asterisk at the start of a paragraph block

1) [firefox] › editor/blocks/list.spec.js:41:2 › List (@Firefox) › can be created by using an asterisk at the start of a paragraph block Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140034%7Ck5Rba8Y2F5C0lOUOUBfJLqXfjD10M4rhNFg88cywPU2%7Cd8d26460fb5c83cc2f500b7e7457fb6def6a6a48b4b14c47f9deb0fc6278d488; wp-settings-time-1=1727967236 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 8

[firefox] › editor/blocks/list.spec.js:743:2 › List (@firefox) › should create paragraph on Enter in quote block

2) [firefox] › editor/blocks/list.spec.js:743:2 › List (@Firefox) › should create paragraph on Enter in quote block Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140034%7Ck5Rba8Y2F5C0lOUOUBfJLqXfjD10M4rhNFg88cywPU2%7Cd8d26460fb5c83cc2f500b7e7457fb6def6a6a48b4b14c47f9deb0fc6278d488; wp-settings-time-1=1727967236 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)

Check failure on line 150 in packages/e2e-test-utils-playwright/src/test.ts

View workflow job for this annotation

GitHub Actions / Playwright - 8

[firefox] › editor/blocks/list.spec.js:968:2 › List (@firefox) › should create and remove indented list with keyboard only

3) [firefox] › editor/blocks/list.spec.js:968:2 › List (@Firefox) › should create and remove indented list with keyboard only Error: apiRequestContext.get: read ECONNRESET Call log: - → GET http://127.0.0.1:9400/ - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0 - accept: */* - accept-encoding: gzip,deflate,br - cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_c3fc09f337d5c980a87b2240c2e6f193=admin%7C1728140034%7Ck5Rba8Y2F5C0lOUOUBfJLqXfjD10M4rhNFg88cywPU2%7Cd8d26460fb5c83cc2f500b7e7457fb6def6a6a48b4b14c47f9deb0fc6278d488; wp-settings-time-1=1727967236 at ../../../packages/e2e-test-utils-playwright/src/test.ts:150 148 | .poll( 149 | async () => { > 150 | const response = await page.request.get( '/' ); | ^ 151 | const html = await response.text(); 152 | 153 | return html.includes( at test_1.expect.poll.message (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:150:42)
const html = await response.text();

return html.includes(
'Error establishing a database connection'
);
},
{
message: 'ensure database is connected',
timeout: 10000,
intervals: [ 2000 ],
}
)
.toBeFalsy();

await use( page );

// Clear local storage after each test.
Expand Down

0 comments on commit df7d403

Please sign in to comment.