Skip to content

Revert "Merge branch 'verji-develop' of https://github.com/verji/matr… #194

Revert "Merge branch 'verji-develop' of https://github.com/verji/matr…

Revert "Merge branch 'verji-develop' of https://github.com/verji/matr… #194

Triggered via push July 4, 2024 12:08
Status Failure
Total duration 6m 30s
Artifacts

tests.yml

on: push
Matrix: Jest
Element Web Integration Tests
2m 45s
Element Web Integration Tests
Skip SonarCloud in merge queue
0s
Skip SonarCloud in merge queue
Fit to window
Zoom out
Zoom in

Annotations

20 errors
TextForEvent › TextForPinnedEvent › mentions message when a single message was pinned: test/TextForEvent-test.ts#L95
expect(received).toBe(expected) // Object.is equality Expected: "@foo:example.com pinned a message to this room. See all pinned messages." Received: "@foo:example.com changed the pinned messages for the room." at Object.toBe (test/TextForEvent-test.ts:95:31)
TextForEvent › TextForPinnedEvent › mentions message when a single message was unpinned: test/TextForEvent-test.ts#L105
expect(received).toBe(expected) // Object.is equality Expected: "@foo:example.com unpinned a message from this room. See all pinned messages." Received: "@foo:example.com changed the pinned messages for the room." at Object.toBe (test/TextForEvent-test.ts:105:31)
TextForEvent › TextForPinnedEvent › mentions message when a single message was unpinned: test/TextForEvent-test.ts#L115
expect(received).toBe(expected) // Object.is equality Expected: "@foo:example.com unpinned a message from this room. See all pinned messages." Received: "@foo:example.com pinned a message to this room. See all pinned messages." at Object.toBe (test/TextForEvent-test.ts:115:31)
TextForEvent › TextForPinnedEvent › shows generic text when multiple messages were unpinned: test/TextForEvent-test.ts#L135
expect(received).toBe(expected) // Object.is equality Expected: "@foo:example.com changed the pinned messages for the room." Received: "@foo:example.com pinned a message to this room. See all pinned messages." at Object.toBe (test/TextForEvent-test.ts:135:31)
TextForEvent › TextForPinnedEvent › shows generic text when one message was pinned: test/TextForEvent-test.ts#L145
expect(received).toBe(expected) // Object.is equality Expected: "@foo:example.com changed the pinned messages for the room." Received: "@foo:example.com pinned a message to this room. See all pinned messages." at Object.toBe (test/TextForEvent-test.ts:145:31)
TextForEvent › textForPowerEvent() › returns correct message for a single user with changed power level: test/TextForEvent-test.ts#L248
expect(received).toEqual(expected) // deep equality Expected: "Alice changed the power level of Bob (@b) from Moderator to Admin." Received: "" at Object.toEqual (test/TextForEvent-test.ts:248:53)
TextForEvent › textForPowerEvent() › returns correct message for a single user with power level changed to the default: test/TextForEvent-test.ts#L263
expect(received).toEqual(expected) // deep equality Expected: "Alice changed the power level of Bob (@b) from Moderator to Default." Received: "" at Object.toEqual (test/TextForEvent-test.ts:263:53)
TextForEvent › textForPowerEvent() › returns correct message for a single user with power level changed to a custom level: test/TextForEvent-test.ts#L276
expect(received).toEqual(expected) // deep equality Expected: "Alice changed the power level of Bob (@b) from Moderator to Custom (-1)." Received: "" at Object.toEqual (test/TextForEvent-test.ts:276:53)
TextForEvent › textForPowerEvent() › returns correct message for a multiple power level changes: test/TextForEvent-test.ts#L293
expect(received).toEqual(expected) // deep equality Expected: "Alice changed the power level of Bob (@b) from Moderator to Admin, Bob (@c) from Custom (101) to Moderator." Received: "" at Object.toEqual (test/TextForEvent-test.ts:293:53)
TextForEvent › textForCanonicalAliasEvent() › returns correct message when room alias was removed: test/TextForEvent-test.ts#L397
expect(received).toEqual(expected) // deep equality Expected: "@A removed the main address for this room." Received: "@A changed the addresses for this room." at toEqual (test/TextForEvent-test.ts:397:53)
<SessionManagerTab /> › renders spinner while devices load: test/components/views/settings/tabs/user/SessionManagerTab-test.tsx#L219
TypeError: _matrix.DeviceVerificationStatus is not a constructor at Object.<anonymous> (test/components/views/settings/tabs/user/SessionManagerTab-test.tsx:219:78)
<SessionManagerTab /> › removes spinner when device fetch fails: test/components/views/settings/tabs/user/SessionManagerTab-test.tsx#L219
TypeError: _matrix.DeviceVerificationStatus is not a constructor at Object.<anonymous> (test/components/views/settings/tabs/user/SessionManagerTab-test.tsx:219:78)
<SessionManagerTab /> › sets device verification status correctly: test/components/views/settings/tabs/user/SessionManagerTab-test.tsx#L219
TypeError: _matrix.DeviceVerificationStatus is not a constructor at Object.<anonymous> (test/components/views/settings/tabs/user/SessionManagerTab-test.tsx:219:78)
<SessionManagerTab /> › extends device with client information when available: test/components/views/settings/tabs/user/SessionManagerTab-test.tsx#L219
TypeError: _matrix.DeviceVerificationStatus is not a constructor at Object.<anonymous> (test/components/views/settings/tabs/user/SessionManagerTab-test.tsx:219:78)
<SessionManagerTab /> › renders devices without available client information without error: test/components/views/settings/tabs/user/SessionManagerTab-test.tsx#L219
TypeError: _matrix.DeviceVerificationStatus is not a constructor at Object.<anonymous> (test/components/views/settings/tabs/user/SessionManagerTab-test.tsx:219:78)
<SessionManagerTab /> › does not render other sessions section when user has only one device: test/components/views/settings/tabs/user/SessionManagerTab-test.tsx#L219
TypeError: _matrix.DeviceVerificationStatus is not a constructor at Object.<anonymous> (test/components/views/settings/tabs/user/SessionManagerTab-test.tsx:219:78)
<SessionManagerTab /> › renders other sessions section when user has more than one device: test/components/views/settings/tabs/user/SessionManagerTab-test.tsx#L219
TypeError: _matrix.DeviceVerificationStatus is not a constructor at Object.<anonymous> (test/components/views/settings/tabs/user/SessionManagerTab-test.tsx:219:78)
<SessionManagerTab /> › goes to filtered list from security recommendations: test/components/views/settings/tabs/user/SessionManagerTab-test.tsx#L219
TypeError: _matrix.DeviceVerificationStatus is not a constructor at Object.<anonymous> (test/components/views/settings/tabs/user/SessionManagerTab-test.tsx:219:78)
<SessionManagerTab /> › current session section › disables current session context menu while devices are loading: test/components/views/settings/tabs/user/SessionManagerTab-test.tsx#L219
TypeError: _matrix.DeviceVerificationStatus is not a constructor at Object.<anonymous> (test/components/views/settings/tabs/user/SessionManagerTab-test.tsx:219:78)
<SessionManagerTab /> › current session section › disables current session context menu when there is no current device: test/components/views/settings/tabs/user/SessionManagerTab-test.tsx#L219
TypeError: _matrix.DeviceVerificationStatus is not a constructor at Object.<anonymous> (test/components/views/settings/tabs/user/SessionManagerTab-test.tsx:219:78)