Update all non-major dependencies #1559
Annotations
4 errors, 5 warnings, and 1 notice
playwright/e2e/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L77
1) settings/appearance-user-settings-tab/theme-choice-panel.spec.ts:70:17 › Appearance user settings tab › Theme Choice Panel › custom theme › should be able to add and remove a custom theme
Error: Screenshot comparison failed:
3656 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts/theme-panel-custom-theme-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/settings-appearance-user-s-03376-d-and-remove-a-custom-theme/theme-panel-custom-theme-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/settings-appearance-user-s-03376-d-and-remove-a-custom-theme/theme-panel-custom-theme-diff.png
Call log:
- expect.toHaveScreenshot(theme-panel-custom-theme.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('themePanel')
- locator resolved to <div data-testid="themePanel" class="mx_SettingsSubsection mx_SettingsSubsection_newUi">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 3656 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('themePanel')
- locator resolved to <div data-testid="themePanel" class="mx_SettingsSubsection mx_SettingsSubsection_newUi">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 3656 pixels (ratio 0.02 of all image pixels) are different.
75 |
76 | await util.removeCustomTheme();
> 77 | await expect(util.getThemePanel()).toMatchScreenshot("theme-panel-custom-theme.png");
| ^
78 | });
79 | });
80 | });
at /home/runner/work/element-web/element-web/playwright/e2e/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts:77:52
|
playwright/e2e/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L77
1) settings/appearance-user-settings-tab/theme-choice-panel.spec.ts:70:17 › Appearance user settings tab › Theme Choice Panel › custom theme › should be able to add and remove a custom theme
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3656 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts/theme-panel-custom-theme-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/settings-appearance-user-s-03376-d-and-remove-a-custom-theme-retry1/theme-panel-custom-theme-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/settings-appearance-user-s-03376-d-and-remove-a-custom-theme-retry1/theme-panel-custom-theme-diff.png
Call log:
- expect.toHaveScreenshot(theme-panel-custom-theme.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('themePanel')
- locator resolved to <div data-testid="themePanel" class="mx_SettingsSubsection mx_SettingsSubsection_newUi">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 3656 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('themePanel')
- locator resolved to <div data-testid="themePanel" class="mx_SettingsSubsection mx_SettingsSubsection_newUi">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 3656 pixels (ratio 0.02 of all image pixels) are different.
75 |
76 | await util.removeCustomTheme();
> 77 | await expect(util.getThemePanel()).toMatchScreenshot("theme-panel-custom-theme.png");
| ^
78 | });
79 | });
80 | });
at /home/runner/work/element-web/element-web/playwright/e2e/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts:77:52
|
playwright/e2e/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts#L77
1) settings/appearance-user-settings-tab/theme-choice-panel.spec.ts:70:17 › Appearance user settings tab › Theme Choice Panel › custom theme › should be able to add and remove a custom theme
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
3656 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/element-web/element-web/playwright/snapshots/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts/theme-panel-custom-theme-linux.png
Received: /home/runner/work/element-web/element-web/playwright/test-results/settings-appearance-user-s-03376-d-and-remove-a-custom-theme-retry2/theme-panel-custom-theme-actual.png
Diff: /home/runner/work/element-web/element-web/playwright/test-results/settings-appearance-user-s-03376-d-and-remove-a-custom-theme-retry2/theme-panel-custom-theme-diff.png
Call log:
- expect.toHaveScreenshot(theme-panel-custom-theme.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('themePanel')
- locator resolved to <div data-testid="themePanel" class="mx_SettingsSubsection mx_SettingsSubsection_newUi">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 3656 pixels (ratio 0.02 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('themePanel')
- locator resolved to <div data-testid="themePanel" class="mx_SettingsSubsection mx_SettingsSubsection_newUi">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 3656 pixels (ratio 0.02 of all image pixels) are different.
75 |
76 | await util.removeCustomTheme();
> 77 | await expect(util.getThemePanel()).toMatchScreenshot("theme-panel-custom-theme.png");
| ^
78 | });
79 | });
80 | });
at /home/runner/work/element-web/element-web/playwright/e2e/settings/appearance-user-settings-tab/theme-choice-panel.spec.ts:77:52
|
|
read-receipts/redactions-thread-roots.spec.ts#L1
read-receipts/redactions-thread-roots.spec.ts took 1.1m
|
spaces/spaces.spec.ts#L1
spaces/spaces.spec.ts took 57.5s
|
right-panel/right-panel.spec.ts#L1
right-panel/right-panel.spec.ts took 53.3s
|
right-panel/file-panel.spec.ts#L1
right-panel/file-panel.spec.ts took 38.8s
|
settings/account-user-settings-tab.spec.ts#L1
settings/account-user-settings-tab.spec.ts took 36.0s
|
|
The logs for this run have expired and are no longer available.
Loading