Revert "Merge branch 'verji-develop' of https://github.com/verji/matr… #194
tests.yml
on: push
Matrix: Jest
Element Web Integration Tests
2m 45s
Skip SonarCloud in merge queue
0s
Annotations
20 errors
|
|
|
|
|
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)
|
|
<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)
|