Updates for project BigBlueButton v2.7 HTML5 client and language ko_K… #821
Annotations
1 error, 1 warning, and 1 notice
Run tests:
bigbluebutton-tests/playwright/core/page.js#L140
1) [Chromium] › chat/chat.spec.js:95:3 › Chat › Prevent specific user from sending public chat messages @ci
TimeoutError: page.waitForSelector: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('textarea[id="message-input"]') 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:9:18)
at Chat.preventUserFromUsingPublicChat (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/chat/chat.js:350:11)
at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/chat/chat.spec.js:96:5
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifacts_bbb-apps-akka.tar", "artifacts_bbb-config.tar", "artifacts_bbb-etherpad.tar", "artifacts_bbb-export-annotations.tar", "artifacts_bbb-freeswitch.tar", "artifacts_bbb-fsesl-akka.tar", "artifacts_bbb-html5.tar", "artifacts_bbb-learning-dashboard.tar", "artifacts_bbb-playback-record.tar", "artifacts_bbb-web.tar", "artifacts_bbb-webrtc.tar", "artifacts_others.tar".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
Loading