Rm/1955 hierarchy ux 1 #173
Annotations
9 errors
test/utils/AutoDiscoveryUtils-test.tsx#L228
expect(received).rejects.toThrow(expected)
Expected substring: "Your homeserver is too old and does not support the minimum API version required. Please contact your server owner, or upgrade your server."
Received message: "Unexpected error resolving homeserver configuration"
274 | });
275 | }
> 276 | throw new UserFriendlyError("auth|autodiscovery_unexpected_error_hs");
| ^
277 | } // else the error is not related to syntax - continue anyways.
278 | }
279 |
at Function.buildValidatedConfigFromDiscovery (src/utils/AutoDiscoveryUtils.tsx:276:23)
at buildValidatedConfigFromDiscovery (test/utils/AutoDiscoveryUtils-test.tsx:227:36)
at Object.toThrow (node_modules/expect/build/index.js:202:58)
at Object.toThrow (test/utils/AutoDiscoveryUtils-test.tsx:228:23)
at Object.toThrow (node_modules/expect/build/index.js:218:22)
at Object.toThrow (test/utils/AutoDiscoveryUtils-test.tsx:228:23)
|
test/components/views/elements/TooltipTarget-test.tsx#L58
expect(received).toMatchSnapshot()
Snapshot name: `<TooltipTarget /> displays Natural aligned tooltip on mouseover 1`
- Snapshot - 1
+ Received + 1
@@ -1,10 +1,10 @@
<div
class="mx_Tooltip test tooltipClassName mx_Tooltip_visible"
id="test id"
role="tooltip"
- style="display: block; left: 6px; top: 0px; transform: translateY(-50%);"
+ style="display: block; left: 0px; top: -25px;"
>
<div
class="mx_Tooltip_chevron"
/>
test label
at toMatchSnapshot (test/components/views/elements/TooltipTarget-test.tsx:58:37)
|
test/components/views/elements/TooltipTarget-test.tsx#L58
expect(received).toMatchSnapshot()
Snapshot name: `<TooltipTarget /> displays Left aligned tooltip on mouseover 1`
- Snapshot - 1
+ Received + 1
@@ -1,10 +1,10 @@
<div
class="mx_Tooltip test tooltipClassName mx_Tooltip_visible"
id="test id"
role="tooltip"
- style="display: block; right: 1030px; top: 0px; transform: translateY(-50%);"
+ style="display: block; right: 1024px; top: -25px;"
>
<div
class="mx_Tooltip_chevron"
/>
test label
at toMatchSnapshot (test/components/views/elements/TooltipTarget-test.tsx:58:37)
|
test/components/views/elements/TooltipTarget-test.tsx#L58
expect(received).toMatchSnapshot()
Snapshot name: `<TooltipTarget /> displays Right aligned tooltip on mouseover 1`
- Snapshot - 1
+ Received + 1
@@ -1,10 +1,10 @@
<div
class="mx_Tooltip test tooltipClassName mx_Tooltip_visible"
id="test id"
role="tooltip"
- style="display: block; left: 6px; top: 0px; transform: translateY(-50%);"
+ style="display: block; left: 0px; top: -25px;"
>
<div
class="mx_Tooltip_chevron"
/>
test label
at toMatchSnapshot (test/components/views/elements/TooltipTarget-test.tsx:58:37)
|
test/components/views/elements/TooltipTarget-test.tsx#L58
expect(received).toMatchSnapshot()
Snapshot name: `<TooltipTarget /> displays Top aligned tooltip on mouseover 1`
- Snapshot - 1
+ Received + 1
@@ -1,10 +1,10 @@
<div
class="mx_Tooltip test tooltipClassName mx_Tooltip_visible"
id="test id"
role="tooltip"
- style="display: block; top: -6px; transform: translate(max(10px, min(calc(0px - 50%), calc(100vw - 100% - 10px))), -100%);"
+ style="display: block; top: -16px; left: 0px;"
>
<div
class="mx_Tooltip_chevron"
/>
test label
at toMatchSnapshot (test/components/views/elements/TooltipTarget-test.tsx:58:37)
|
test/components/views/elements/TooltipTarget-test.tsx#L58
expect(received).toMatchSnapshot()
Snapshot name: `<TooltipTarget /> displays Bottom aligned tooltip on mouseover 1`
- Snapshot - 1
+ Received + 1
@@ -1,10 +1,10 @@
<div
class="mx_Tooltip test tooltipClassName mx_Tooltip_visible"
id="test id"
role="tooltip"
- style="display: block; top: 6px; transform: translate(max(10px, min(calc(0px - 50%), calc(100vw - 100% - 10px))));"
+ style="display: block; top: 0px; left: 0px;"
>
<div
class="mx_Tooltip_chevron"
/>
test label
at toMatchSnapshot (test/components/views/elements/TooltipTarget-test.tsx:58:37)
|
test/components/views/elements/TooltipTarget-test.tsx#L58
expect(received).toMatchSnapshot()
Snapshot name: `<TooltipTarget /> displays InnerBottom aligned tooltip on mouseover 1`
- Snapshot - 1
+ Received + 1
@@ -1,10 +1,10 @@
<div
class="mx_Tooltip test tooltipClassName mx_Tooltip_visible"
id="test id"
role="tooltip"
- style="display: block; top: -50px; transform: translate(max(10px, min(calc(0px - 50%), calc(100vw - 100% - 10px))));"
+ style="display: block;"
>
<div
class="mx_Tooltip_chevron"
/>
test label
at toMatchSnapshot (test/components/views/elements/TooltipTarget-test.tsx:58:37)
|
test/components/views/elements/TooltipTarget-test.tsx#L58
expect(received).toMatchSnapshot()
Snapshot name: `<TooltipTarget /> displays TopRight aligned tooltip on mouseover 1`
- Snapshot - 1
+ Received + 1
@@ -1,10 +1,10 @@
<div
class="mx_Tooltip test tooltipClassName mx_Tooltip_visible"
id="test id"
role="tooltip"
- style="display: block; top: -6px; right: 1024px; transform: translateY(-100%);"
+ style="display: block;"
>
<div
class="mx_Tooltip_chevron"
/>
test label
at toMatchSnapshot (test/components/views/elements/TooltipTarget-test.tsx:58:37)
|
|
This job failed
Loading