This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Update design of files list in right panel #850
Annotations
8 errors
FileUtils › downloadLabelForFile › should correctly label File with size:
test/utils/FileUtils-test.ts#L58
expect(received).toBe(expected) // Object.is equality
Expected: "Download file (97.69 MB)"
Received: "Download (97.69 MB)"
at toBe (test/utils/FileUtils-test.ts:58:104)
|
FileUtils › downloadLabelForFile › should correctly label Image:
test/utils/FileUtils-test.ts#L58
expect(received).toBe(expected) // Object.is equality
Expected: "Download image"
Received: "Download"
at toBe (test/utils/FileUtils-test.ts:58:104)
|
FileUtils › downloadLabelForFile › should correctly label Video:
test/utils/FileUtils-test.ts#L58
expect(received).toBe(expected) // Object.is equality
Expected: "Download video"
Received: "Download"
at toBe (test/utils/FileUtils-test.ts:58:104)
|
FileUtils › downloadLabelForFile › should correctly label Audio:
test/utils/FileUtils-test.ts#L58
expect(received).toBe(expected) // Object.is equality
Expected: "Download audio"
Received: "Download"
at toBe (test/utils/FileUtils-test.ts:58:104)
|
Jest (1)
Process completed with exit code 1.
|
<MFileBody/> › should show a download button in file rendering type:
test/components/views/messages/MFileBody-test.tsx#L85
TestingLibraryElementError: Unable to find an accessible element with the role "link" and name "Download image"
Here are the accessible roles:
link:
Name "Download":
<a
class="_button_zt6rp_17 _has-icon_zt6rp_61"
data-kind="secondary"
data-size="sm"
download="alt for a image"
href="https://server/_matrix/media/v3/download/server/image"
rel="noreferrer noopener"
role="link"
tabindex="0"
target="_blank"
/>
--------------------------------------------------
Ignored nodes: comments, script, style
<body>
<div>
<span
class="mx_MFileBody"
>
<div
class="mx_MFileBody_download"
>
<a
class="_button_zt6rp_17 _has-icon_zt6rp_61"
data-kind="secondary"
data-size="sm"
download="alt for a image"
href="https://server/_matrix/media/v3/download/server/image"
rel="noreferrer noopener"
role="link"
tabindex="0"
target="_blank"
>
<svg
aria-hidden="true"
fill="currentColor"
height="20"
viewBox="0 0 24 24"
width="20"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M12 15.575c-.133 0-.258-.02-.375-.063a.877.877 0 0 1-.325-.212l-3.6-3.6a.948.948 0 0 1-.275-.7.95.95 0 0 1 .275-.7c.183-.183.42-.28.712-.288.292-.008.53.08.713.263L11 12.15V5c0-.283.096-.52.287-.713A.968.968 0 0 1 12 4c.283 0 .52.096.713.287.191.192.287.43.287.713v7.15l1.875-1.875c.183-.183.42-.27.713-.263.291.009.529.105.712.288a.948.948 0 0 1 .275.7.948.948 0 0 1-.275.7l-3.6 3.6c-.1.1-.208.17-.325.212a1.106 1.106 0 0 1-.375.063ZM6 20c-.55 0-1.02-.196-1.412-.587A1.926 1.926 0 0 1 4 18v-2c0-.283.096-.52.287-.713A.967.967 0 0 1 5 15c.283 0 .52.096.713.287.191.192.287.43.287.713v2h12v-2a.97.97 0 0 1 .288-.713A.968.968 0 0 1 19 15a.97.97 0 0 1 .712.287c.192.192.288.43.288.713v2c0 .55-.196 1.02-.587 1.413A1.926 1.926 0 0 1 18 20H6Z"
/>
</svg>
Download
</a>
</div>
</span>
</div>
</body>
at Object.getElementError (node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/config.js:37:19)
at node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:76:38
at node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
at node_modules/@testing-library/react/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
at Object.getByRole (test/components/views/messages/MFileBody-test.tsx:85:16)
|
Jest (2)
Process completed with exit code 1.
|
jest-tests
Process completed with exit code 1.
|