Improve delay for Hasura metadata apply (#18791) #435
Annotations
3 errors, 1 warning, and 1 notice
bigbluebutton-tests/playwright/core/page.js#L140
1) [Chromium] › chat/chat.spec.js:16:3 › Chat › Send public message @ci ──────────────────────────
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('div[data-test="contentRef"]') to be visible
============================================================
at core/page.js:140
138 |
139 | async waitForSelector(selector, timeout = ELEMENT_WAIT_TIME) {
> 140 | await this.page.waitForSelector(selector, { timeout });
| ^
141 | }
142 |
143 | async waitForSelectorDetached(selector, timeout = ELEMENT_WAIT_TIME) {
at Page.waitForSelector (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:140:21)
at openPublicChat (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/chat/util.js:10:18)
at Chat.sendPublicMessage (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/chat/chat.js:17:5)
at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/chat/chat.spec.js:17:5
|
bigbluebutton-tests/playwright/core/page.js#L140
1) [Chromium] › chat/chat.spec.js:16:3 › Chat › Send public message @ci ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('div[data-test="contentRef"]') to be visible
============================================================
at core/page.js:140
138 |
139 | async waitForSelector(selector, timeout = ELEMENT_WAIT_TIME) {
> 140 | await this.page.waitForSelector(selector, { timeout });
| ^
141 | }
142 |
143 | async waitForSelectorDetached(selector, timeout = ELEMENT_WAIT_TIME) {
at Page.waitForSelector (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:140:21)
at openPublicChat (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/chat/util.js:10:18)
at Chat.sendPublicMessage (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/chat/chat.js:17:5)
at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/chat/chat.spec.js:17:5
|
|
bigbluebutton-tests/playwright/[Chromium] › chat/chat.spec.js#L1
bigbluebutton-tests/playwright/[Chromium] › chat/chat.spec.js took 21.9s
|
1 failed
[Chromium] › chat/chat.spec.js:16:3 › Chat › Send public message @ci ───────────────────────────
8 skipped
13 passed (6.3m)
|
The logs for this run have expired and are no longer available.
Loading