End to End Tests #13846
Annotations
2 errors and 1 notice
|
playwright/e2e/widgets/permissions-dialog.spec.ts#L92
2) [Chrome] › playwright/e2e/widgets/permissions-dialog.spec.ts:49:9 › Widger permissions dialog › should be updated if user is re-invited into the room with updated state event @screenshot
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 382
- Array []
+ Array [
+ Object {
+ "description": "Ensure aria-hidden elements are not focusable nor contain focusable elements",
+ "help": "ARIA hidden element must not be focusable or contain focusable elements",
+ "helpUrl": "https://dequeuniversity.com/rules/axe/4.11/aria-hidden-focus?application=playwright",
+ "id": "aria-hidden-focus",
+ "impact": "serious",
+ "nodes": Array [
+ Object {
+ "all": Array [
+ Object {
+ "data": null,
+ "id": "focusable-disabled",
+ "impact": "serious",
+ "message": "Focusable content should be disabled or be removed from the DOM",
+ "relatedNodes": Array [
+ Object {
+ "html": "<button class=\"_button_187yx_8\" role=\"button\" tabindex=\"0\" data-size=\"sm\" data-kind=\"secondary\">Dismiss</button>",
+ "target": Array [
+ ".mx_Toast_buttons > ._button_187yx_8[data-size=\"sm\"][data-kind=\"secondary\"]",
+ ],
+ },
+ Object {
+ "html": "<button class=\"_button_187yx_8\" role=\"button\" tabindex=\"0\" data-size=\"sm\" data-kind=\"primary\">Enable</button>",
+ "target": Array [
+ "._button_187yx_8[data-size=\"sm\"][data-kind=\"primary\"]",
+ ],
+ },
+ Object {
+ "html": "<button class=\"_icon-button_1pz9o_8...\" role=\"button\" tabindex=\"0\" aria-disabled=\"false\" aria-label=\"Threads\" type=\"button\" id=\"radix-_r_c_\" aria-haspopup=\"menu\" aria-expanded=\"false\" data-state=\"closed\" aria-labelledby=\"_r_e_\" data-kind=\"primary\" style=\"--cpd-icon-button-si...\">",
+ "target": Array [
+ "#radix-_r_c_",
+ ],
+ },
+ Object {
+ "html": "<button class=\"_icon-button_1pz9o_8 mx_QuickSettingsButton\" role=\"button\" tabindex=\"0\" aria-label=\"Quick settings\" title=\"Quick settings\" aria-expanded=\"false\" aria-labelledby=\"_r_n_\" data-kind=\"primary\" style=\"--cpd-icon-button-size: 32px;\">",
+ "target": Array [
+ ".mx_QuickSettingsButton",
+ ],
+ },
+ Object {
+ "html": "<button class=\"_button_187yx_8 _search_z7ks9_16 _has-icon_187yx_57\" role=\"button\" tabindex=\"0\" id=\"room-list-search-button\" data-size=\"sm\" data-kind=\"secondary\">",
+ "target": Array [
+ "#room-list-search-button",
+ ],
+ },
+ Object {
+ "html": "<button class=\"_button_187yx_8 _has-icon_187yx_57 _icon-only_187yx_50\" role=\"button\" tabindex=\"0\" aria-label=\"Explore rooms\" data-size=\"sm\" data-kind=\"secondary\">",
+ "target": Array [
+ "._icon-only_187yx_50",
+ ],
+ },
+ Object {
+ "html": "<button class=\"_icon-button_1pz9o_8\" role=\"button\" tabindex=\"0\" aria-disabled=\"false\" aria-label=\"Room Options\" type=\"button\" id=\"radix-_r_10_\" aria-haspopup=\"menu\" aria-expanded=\"false\" data-state=\"closed\" aria-labelledby=\"_r_12_\" data-kind=\"primary\" style=\"--cpd-icon-button-size: 32px;\">",
+ "target": Array [
+ "#radix-_r_10_",
+ ],
+ },
+ Object {
+ "html": "
|
|
playwright/e2e/timeline/timeline.spec.ts#L1189
1) [Chrome] › playwright/e2e/timeline/timeline.spec.ts:1104:13 › Timeline › message sending › should display a reply chain @no-firefox @no-webkit @screenshot
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('.mx_EventTile_last')
41 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: event-tile-reply-chains-irc-modern.png
Call log:
- Expect "toHaveScreenshot(event-tile-reply-chains-irc-modern.png)" with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="true" data-event-id="$Lnvu5eQtco_eYkQ3Lc3Z3ar3InQmsnOErBRhv_Kokr0" data-scroll-tokens="$Lnvu5eQtco_eYkQ3Lc3Z3ar3InQmsnOErBRhv_Kokr0" class="mx_EventTile mx_EventTile_continuation mx_EventTile_last mx_EventTile_lastInSection">…</li>
- 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
- 41 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('.mx_EventTile_last')
- locator resolved to <li tabindex="-1" aria-live="off" data-self="true" aria-atomic="true" data-layout="group" data-has-reply="true" data-event-id="$Lnvu5eQtco_eYkQ3Lc3Z3ar3InQmsnOErBRhv_Kokr0" data-scroll-tokens="$Lnvu5eQtco_eYkQ3Lc3Z3ar3InQmsnOErBRhv_Kokr0" class="mx_EventTile mx_EventTile_continuation mx_EventTile_last mx_EventTile_lastInSection">…</li>
- 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
- 41 pixels (ratio 0.01 of all image pixels) are different.
1187 |
1188 | // Take a snapshot on modern layout
> 1189 | await expect(page.locator(".mx_EventTile_last")).toMatchScreenshot(
| ^
1190 | "event-tile-reply-chains-irc-modern.png",
1191 | screenshotOptions,
1192 | );
at /home/runner/work/element-web/element-web/playwright/e2e/timeline/timeline.spec.ts:1189:62
|
|
2 flaky
[Chrome] › playwright/e2e/timeline/timeline.spec.ts:1104:13 › Timeline › message sending › should display a reply chain @no-firefox @no-webkit @screenshot
[Chrome] › playwright/e2e/widgets/permissions-dialog.spec.ts:49:9 › Widger permissions dialog › should be updated if user is re-invited into the room with updated state event @screenshot
1 skipped
143 passed (15.5m)
|
The logs for this run have expired and are no longer available.
Loading