Updates for project BigBlueButton v2.7 HTML5 client and language ru (… #12
Annotations
3 errors and 1 notice
Run tests:
bigbluebutton-tests/playwright/core/page.js#L199
1) [Chromium] › user/user.spec.js:81:5 › User › List › Remove user @ci ───────────────────────────
Error: Timed out 10000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('h1[data-test="meetingEndedModalTitle"]')
at core/page.js:199
197 | async hasElement(selector, timeout = ELEMENT_WAIT_TIME) {
198 | const locator = this.getLocator(selector);
> 199 | await expect(locator).toBeVisible({ timeout });
| ^
200 | }
201 |
202 | async hasNElements(selector, count, timeout = ELEMENT_WAIT_TIME) {
at Page.hasElement (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:199:27)
at MultiUsers.removeUser (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/user/multiusers.js:343:27)
at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/user/user.spec.js:85:7
|
Run tests:
bigbluebutton-tests/playwright/core/page.js#L199
1) [Chromium] › user/user.spec.js:81:5 › User › List › Remove user @ci ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for locator('h1[data-test="meetingEndedModalTitle"]')
at core/page.js:199
197 | async hasElement(selector, timeout = ELEMENT_WAIT_TIME) {
198 | const locator = this.getLocator(selector);
> 199 | await expect(locator).toBeVisible({ timeout });
| ^
200 | }
201 |
202 | async hasNElements(selector, count, timeout = ELEMENT_WAIT_TIME) {
at Page.hasElement (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/core/page.js:199:27)
at MultiUsers.removeUser (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/user/multiusers.js:343:27)
at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/user/user.spec.js:85:7
|
Run tests
Process completed with exit code 1.
|
|
The logs for this run have expired and are no longer available.
Loading