Skip to content

Commit 4c203d3

Browse files
committed
a snap
1 parent c6e6a30 commit 4c203d3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/web/test/unit-tests/components/structures/RoomView-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ import ErrorDialog from "../../../../src/components/views/dialogs/ErrorDialog.ts
7171
import * as pinnedEventHooks from "../../../../src/hooks/usePinnedEvents";
7272
import { TimelineRenderingType } from "../../../../src/contexts/RoomContext";
7373
import { 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
7777
jest.spyOn(MediaDeviceHandler, "getDevices").mockResolvedValue({

apps/web/test/unit-tests/components/structures/__snapshots__/RoomView-test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)