File tree Expand file tree Collapse file tree
apps/web/test/unit-tests/components/structures Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ import ErrorDialog from "../../../../src/components/views/dialogs/ErrorDialog.ts
7171import * as pinnedEventHooks from "../../../../src/hooks/usePinnedEvents" ;
7272import { TimelineRenderingType } from "../../../../src/contexts/RoomContext" ;
7373import { ModuleApi } from "../../../../src/modules/Api" ;
74- import { ComposerInsertPayload , ComposerType } from "../../../../src/dispatcher/payloads/ComposerInsertPayload.ts" ;
74+ import { type ComposerInsertPayload , ComposerType } from "../../../../src/dispatcher/payloads/ComposerInsertPayload.ts" ;
7575
7676// Used by group calls
7777jest . spyOn ( MediaDeviceHandler , "getDevices" ) . mockResolvedValue ( {
Original file line number Diff line number Diff line change @@ -247,9 +247,9 @@ exports[`RoomView for a local room in state ERROR should match the snapshot 1`]
247247 class = " _actions_n7ud0_61"
248248 >
249249 <button
250- class = " _button_13vu4_8 _primaryAction_1xryk_20 _has-icon_13vu4_60 "
250+ class = " _button_1nw83_8 _primaryAction_1xryk_20 _has-icon_1nw83_60 "
251251 data-kind = " primary"
252- data-size = " sm "
252+ data-size = " md "
253253 role = " button"
254254 tabindex = " 0"
255255 >
@@ -1062,7 +1062,7 @@ exports[`RoomView invites renders an invite room 1`] = `
10621062 Decline
10631063 </div >
10641064 <button
1065- class = " _button_13vu4_8 _destructive_13vu4_110 "
1065+ class = " _button_1nw83_8 _destructive_1nw83_110 "
10661066 data-kind = " tertiary"
10671067 data-size = " lg"
10681068 role = " button"
You can’t perform that action at this time.
0 commit comments