chore(deps-dev): bump webpack from 5.104.1 to 5.105.0 in /superset-frontend #7979
superset-playwright.yml
on: pull_request
Matrix: playwright-tests-experimental
Annotations
1 error, 4 warnings, and 2 notices
|
[chromium] › playwright/tests/experimental/dashboard/export.spec.ts:74:7 › Dashboard Export › should download example bundle and show success toast when clicking Export as Example:
superset-frontend/playwright/pages/DashboardPage.ts#L78
1) [chromium] › playwright/tests/experimental/dashboard/export.spec.ts:74:7 › Dashboard Export › should download example bundle and show success toast when clicking Export as Example
TimeoutError: page.waitForFunction: Timeout 15000ms exceeded.
at ../pages/DashboardPage.ts:78
76 | // elements after charts finish loading. This checks that none are currently visible,
77 | // returning immediately when charts are already loaded (no timeout penalty).
> 78 | await this.page.waitForFunction(
| ^
79 | () => {
80 | const loaders = document.querySelectorAll('[aria-label="Loading"]');
81 | if (loaders.length === 0) return true;
at DashboardPage.waitForChartsToLoad (/home/runner/work/superset/superset/superset-frontend/playwright/pages/DashboardPage.ts:78:21)
at /home/runner/work/superset/superset/superset-frontend/playwright/tests/experimental/dashboard/export.spec.ts:52:25
|
|
playwright-tests-experimental (chromium, /app/prefix)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
playwright-tests-experimental (chromium, /app/prefix)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
playwright-tests-experimental (chromium)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
playwright-tests-experimental (chromium)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
🎭 Playwright Run Summary
5 passed (1.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/tests/experimental/dashboard/export.spec.ts:74:7 › Dashboard Export › should download example bundle and show success toast when clicking Export as Example
4 passed (1.4m)
|