Skip to content

Merge pull request #19022 from bigbluebutton/dependabot/npm_and_yarn/… #10

Merge pull request #19022 from bigbluebutton/dependabot/npm_and_yarn/…

Merge pull request #19022 from bigbluebutton/dependabot/npm_and_yarn/… #10

Triggered via push December 5, 2023 14:53
Status Failure
Total duration 20m 28s
Artifacts 17
Matrix: build-package
Matrix: install-and-run-tests
upload-report
20s
upload-report
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 3 warnings, and 8 notices
[Chromium] › options/options.spec.js:25:3 › Options › Dark mode @ci: bigbluebutton-tests/playwright/options/options.js#L74
1) [Chromium] › options/options.spec.js:25:3 › Options › Dark mode @ci ─────────────────────────── Error: Screenshot comparison failed: 2008 pixels (ratio 0.01 of all image pixels) are different. Call log: - expect.toHaveScreenshot(moderator-page-dark-mode.png) with timeout 10000ms - verifying given screenshot expectation - waiting for locator('body') - locator resolved to <body class="lang-en browser-chrome os-linux">…</body> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 2008 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('body') - locator resolved to <body class="lang-en browser-chrome os-linux">…</body> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 2008 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/options/options.spec.js-snapshots/moderator-page-dark-mode-Chromium-linux.png Received: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/test-results/options-options-Options-Dark-mode-ci-Chromium/moderator-page-dark-mode-actual.png Diff: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/test-results/options-options-Options-Dark-mode-ci-Chromium/moderator-page-dark-mode-diff.png at options/options.js:74 72 | await this.modPage.closeAllToastNotifications(); 73 | > 74 | await expect(modPageLocator).toHaveScreenshot('moderator-page-dark-mode.png', screenshotOptions); | ^ 75 | 76 | await openSettings(this.modPage); 77 | await this.modPage.waitAndClickElement(e.darkModeToggleBtn); at Options.darkMode (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/options/options.js:74:34) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/options/options.spec.js:26:5
[Chromium] › options/options.spec.js:25:3 › Options › Dark mode @ci: bigbluebutton-tests/playwright/options/options.js#L74
1) [Chromium] › options/options.spec.js:25:3 › Options › Dark mode @ci ─────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: 2012 pixels (ratio 0.01 of all image pixels) are different. Call log: - expect.toHaveScreenshot(moderator-page-dark-mode.png) with timeout 10000ms - verifying given screenshot expectation - waiting for locator('body') - locator resolved to <body class="lang-en browser-chrome os-linux">…</body> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - 2012 pixels (ratio 0.01 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('body') - locator resolved to <body class="lang-en browser-chrome os-linux">…</body> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - 2012 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/options/options.spec.js-snapshots/moderator-page-dark-mode-Chromium-linux.png Received: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/test-results/options-options-Options-Dark-mode-ci-Chromium-retry1/moderator-page-dark-mode-actual.png Diff: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/test-results/options-options-Options-Dark-mode-ci-Chromium-retry1/moderator-page-dark-mode-diff.png at options/options.js:74 72 | await this.modPage.closeAllToastNotifications(); 73 | > 74 | await expect(modPageLocator).toHaveScreenshot('moderator-page-dark-mode.png', screenshotOptions); | ^ 75 | 76 | await openSettings(this.modPage); 77 | await this.modPage.waitAndClickElement(e.darkModeToggleBtn); at Options.darkMode (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/options/options.js:74:34) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/options/options.spec.js:26:5
install-and-run-tests (3/8)
Process completed with exit code 1.
[Chromium] › presentation/presentation.spec.js:79:5 › Presentation › Manage › Upload Other Presentations Format @ci: bigbluebutton-tests/playwright/presentation/presentation.js#L125
1) [Chromium] › presentation/presentation.spec.js:79:5 › Presentation › Manage › Upload Other Presentations Format @ci Error: Screenshot comparison failed: Expected an image 412px by 532px, received 376px by 532px. 3312 pixels (ratio 0.02 of all image pixels) are different. Call log: - expect.toHaveScreenshot(moderator-txt-presentation-screenshot.png) with timeout 10000ms - verifying given screenshot expectation - waiting for locator('div[id="canvas"]') - locator resolved to <div id="canvas" class="tl-absolute tl-canvas">…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 412px by 532px, received 376px by 532px. 3311 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('div[id="canvas"]') - locator resolved to <div id="canvas" class="tl-absolute tl-canvas">…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 412px by 532px, received 376px by 532px. 3312 pixels (ratio 0.02 of all image pixels) are different. Expected: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.spec.js-snapshots/moderator-txt-presentation-screenshot-Chromium-linux.png Received: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/test-results/presentation-presentation-Presentation-Manage-Upload-Other-Presentations-Format-ci-Chromium/moderator-txt-presentation-screenshot-actual.png Diff: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/test-results/presentation-presentation-Presentation-Manage-Upload-Other-Presentations-Format-ci-Chromium/moderator-txt-presentation-screenshot-diff.png at presentation/presentation.js:125 123 | await this.userPage.wasRemoved(e.smallToastMsg); 124 | > 125 | await expect(modWhiteboardLocator).toHaveScreenshot('moderator-txt-presentation-screenshot.png', { | ^ 126 | maxDiffPixels: 1000, 127 | }); 128 | await expect(userWhiteboardLocator).toHaveScreenshot('viewer-txt-presentation-screenshot.png', { at Presentation.uploadOtherPresentationsFormat (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.js:125:40) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.spec.js:82:7
[Chromium] › presentation/presentation.spec.js:79:5 › Presentation › Manage › Upload Other Presentations Format @ci: bigbluebutton-tests/playwright/presentation/presentation.js#L125
1) [Chromium] › presentation/presentation.spec.js:79:5 › Presentation › Manage › Upload Other Presentations Format @ci Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Screenshot comparison failed: Expected an image 412px by 532px, received 376px by 532px. 3312 pixels (ratio 0.02 of all image pixels) are different. Call log: - expect.toHaveScreenshot(moderator-txt-presentation-screenshot.png) with timeout 10000ms - verifying given screenshot expectation - waiting for locator('div[id="canvas"]') - locator resolved to <div id="canvas" class="tl-absolute tl-canvas">…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - Expected an image 412px by 532px, received 376px by 532px. 3311 pixels (ratio 0.02 of all image pixels) are different. - waiting 100ms before taking screenshot - waiting for locator('div[id="canvas"]') - locator resolved to <div id="canvas" class="tl-absolute tl-canvas">…</div> - taking element screenshot - disabled all CSS animations - waiting for element to be visible and stable - element is visible and stable - captured a stable screenshot - Expected an image 412px by 532px, received 376px by 532px. 3312 pixels (ratio 0.02 of all image pixels) are different. Expected: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.spec.js-snapshots/moderator-txt-presentation-screenshot-Chromium-linux.png Received: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/test-results/presentation-presentation-Presentation-Manage-Upload-Other-Presentations-Format-ci-Chromium-retry1/moderator-txt-presentation-screenshot-actual.png Diff: /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/test-results/presentation-presentation-Presentation-Manage-Upload-Other-Presentations-Format-ci-Chromium-retry1/moderator-txt-presentation-screenshot-diff.png at presentation/presentation.js:125 123 | await this.userPage.wasRemoved(e.smallToastMsg); 124 | > 125 | await expect(modWhiteboardLocator).toHaveScreenshot('moderator-txt-presentation-screenshot.png', { | ^ 126 | maxDiffPixels: 1000, 127 | }); 128 | await expect(userWhiteboardLocator).toHaveScreenshot('viewer-txt-presentation-screenshot.png', { at Presentation.uploadOtherPresentationsFormat (/home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.js:125:40) at /home/runner/work/bigbluebutton/bigbluebutton/bigbluebutton-tests/playwright/presentation/presentation.spec.js:82:7
install-and-run-tests (7/8)
Process completed with exit code 1.
upload-report
Unable to find an artifact with the name: all-blob-reports
Slow Test: bigbluebutton-tests/playwright/[Chromium] › chat/chat.spec.js#L1
bigbluebutton-tests/playwright/[Chromium] › chat/chat.spec.js took 19.4s
Slow Test: bigbluebutton-tests/playwright/[Chromium] › polling/polling.spec.js#L1
bigbluebutton-tests/playwright/[Chromium] › polling/polling.spec.js took 25.9s
Slow Test: bigbluebutton-tests/playwright/[Chromium] › learningdashboard/learningdashboard.spec.js#L1
bigbluebutton-tests/playwright/[Chromium] › learningdashboard/learningdashboard.spec.js took 32.7s
🎭 Playwright Run Summary
16 passed (1.5m)
🎭 Playwright Run Summary
1 failed [Chromium] › options/options.spec.js:25:3 › Options › Dark mode @ci ──────────────────────────── 1 skipped 14 passed (2.1m)
🎭 Playwright Run Summary
16 passed (1.9m)
🎭 Playwright Run Summary
15 passed (3.7m)
🎭 Playwright Run Summary
22 passed (3.7m)
🎭 Playwright Run Summary
16 passed (2.5m)
🎭 Playwright Run Summary
10 passed (2.0m)
🎭 Playwright Run Summary
1 failed [Chromium] › presentation/presentation.spec.js:79:5 › Presentation › Manage › Upload Other Presentations Format @ci 1 skipped 13 passed (5.6m)

Artifacts

Produced during runtime
Name Size
artifacts_bbb-apps-akka.tar Expired
64.6 MB
artifacts_bbb-config.tar Expired
100 KB
artifacts_bbb-etherpad.tar Expired
58.6 MB
artifacts_bbb-export-annotations.tar Expired
2.59 MB
artifacts_bbb-freeswitch.tar Expired
241 MB
artifacts_bbb-fsesl-akka.tar Expired
56 MB
artifacts_bbb-graphql-server.tar Expired
59.6 MB
artifacts_bbb-html5.tar Expired
134 MB
artifacts_bbb-learning-dashboard.tar Expired
1.07 MB
artifacts_bbb-playback-record.tar Expired
13.1 MB
artifacts_bbb-web.tar Expired
198 MB
artifacts_bbb-webrtc.tar Expired
19.6 MB
artifacts_others.tar Expired
5.48 MB
bbb-configs-3_8 Expired
46.9 KB
bbb-configs-7_8 Expired
46.9 KB
bbb-logs-3_8 Expired
591 KB
bbb-logs-7_8 Expired
695 KB