This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Update all non-major dependencies #948
tests.yml
on: pull_request
Matrix: Jest
Element Web Integration Tests
2m 19s
jest-tests
1s
Annotations
6 errors
RoomView › video rooms › should render joined video room view:
test/components/structures/RoomView-test.tsx#L317
expect(received).toMatchSnapshot()
Snapshot name: `RoomView video rooms should render joined video room view 1`
- Snapshot - 6
+ Received + 7
@@ -155,10 +155,16 @@
</div>
<div
class="mx_RightPanel_ResizeWrapper"
style="position: relative; user-select: auto; width: 420px; height: 100%; max-width: 50%; min-width: 264px; box-sizing: border-box; flex-shrink: 0;"
>
+ <div>
+ <div
+ class="mx_ResizeHandle--horizontal"
+ style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; left: -5px; cursor: col-resize;"
+ />
+ </div>
<aside
class="mx_RightPanel"
id="mx_RightPanel"
>
<div
@@ -337,15 +343,10 @@
</div>
</div>
</div>
</div>
</aside>
- <div>
- <div
- class="mx_ResizeHandle--horizontal"
- style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; left: -5px; cursor: col-resize;"
- />
- </div>
+ <div />
</div>
</div>
</div>
</DocumentFragment>
at Object.toMatchSnapshot (test/components/structures/RoomView-test.tsx:317:34)
|
AppTile › preserves non-persisted widget on container move:
test/components/views/elements/AppTile-test.tsx#L322
expect(received).toMatchSnapshot()
Snapshot name: `AppTile preserves non-persisted widget on container move 1`
- Snapshot - 0
+ Received + 32
@@ -5,10 +5,30 @@
<div
class="mx_AppsDrawer_resizer"
style="position: relative; user-select: auto; width: auto; height: 280px; max-height: 576px; min-height: 100px; box-sizing: border-box; flex-shrink: 0;"
>
<div
+ class="mx_AppsDrawer_resizer_container"
+ >
+ <div
+ class=""
+ style="position: absolute; user-select: none; width: 20px; height: 20px; left: -10px; top: -10px; cursor: nw-resize;"
+ />
+ <div
+ class=""
+ style="position: absolute; user-select: none; width: 100%; height: 10px; top: -5px; left: 0px; cursor: row-resize;"
+ />
+ <div
+ class=""
+ style="position: absolute; user-select: none; width: 20px; height: 20px; right: -10px; top: -10px; cursor: ne-resize;"
+ />
+ <div
+ class=""
+ style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; left: -5px; cursor: col-resize;"
+ />
+ </div>
+ <div
class="mx_AppsContainer"
>
<div
class="mx_AppTileFullWidth"
id="1"
@@ -120,13 +140,25 @@
</div>
</div>
<div
class="mx_AppsDrawer_resizer_container"
>
+ <div
+ class=""
+ style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; cursor: col-resize; right: -5px;"
+ />
<div
+ class=""
+ style="position: absolute; user-select: none; width: 20px; height: 20px; left: -10px; bottom: -10px; cursor: sw-resize;"
+ />
+ <div
class="mx_AppsDrawer_resizer_container_handle"
style="position: absolute; user-select: none; width: 100%; height: 10px; left: 0px; cursor: row-resize; bottom: -5px;"
+ />
+ <div
+ class=""
+ style="position: absolute; user-select: none; width: 20px; height: 20px; right: -10px; bottom: -10px; cursor: se-resize;"
/>
</div>
</div>
</div>
</DocumentFragment>
at Object.toMatchSnapshot (test/components/views/elements/AppTile-test.tsx:322:30)
|
<MainSplit/> › renders:
test/components/structures/MainSplit-test.tsx#L38
expect(received).toMatchSnapshot()
Snapshot name: `<MainSplit/> renders 1`
- Snapshot - 3
+ Received + 4
@@ -12,16 +12,17 @@
<div
class="mx_RightPanel_ResizeWrapper"
style="position: relative; user-select: auto; width: 320px; height: 100%; max-width: 50%; min-width: 264px; box-sizing: border-box; flex-shrink: 0;"
>
<div>
- Right panel
- </div>
- <div>
<div
class="mx_ResizeHandle--horizontal"
style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; left: -5px; cursor: col-resize;"
/>
</div>
+ <div>
+ Right panel
+ </div>
+ <div />
</div>
</div>
</DocumentFragment>
at Object.toMatchSnapshot (test/components/structures/MainSplit-test.tsx:38:30)
|
<MainSplit/> › respects defaultSize prop:
test/components/structures/MainSplit-test.tsx#L53
expect(received).toMatchSnapshot()
Snapshot name: `<MainSplit/> respects defaultSize prop 1`
- Snapshot - 3
+ Received + 4
@@ -12,16 +12,17 @@
<div
class="mx_RightPanel_ResizeWrapper"
style="position: relative; user-select: auto; width: 500px; height: 100%; max-width: 50%; min-width: 264px; box-sizing: border-box; flex-shrink: 0;"
>
<div>
- Right panel
- </div>
- <div>
<div
class="mx_ResizeHandle--horizontal"
style="position: absolute; user-select: none; width: 10px; height: 100%; top: 0px; left: -5px; cursor: col-resize;"
/>
</div>
+ <div>
+ Right panel
+ </div>
+ <div />
</div>
</div>
</DocumentFragment>
at Object.toMatchSnapshot (test/components/structures/MainSplit-test.tsx:53:30)
|
Jest (1)
Process completed with exit code 1.
|
jest-tests
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage-2
|
401 KB |
|