From 2defccf6f037bc2f91bf002af64637a6a61973dc Mon Sep 17 00:00:00 2001
From: Quentin Gliech
Date: Tue, 20 Jan 2026 16:34:22 +0100
Subject: [PATCH] Update test snapshots
---
.../CompatSessionDetail.test.tsx.snap | 10 +++++-----
.../OAuth2SessionDetail.test.tsx.snap | 6 +++---
.../__snapshots__/CompatSession.test.tsx.snap | 2 +-
.../__snapshots__/OAuth2Session.test.tsx.snap | 2 +-
.../reset-cross-signing.test.tsx.snap | 10 +++++-----
.../account/__snapshots__/index.test.tsx.snap | 20 +++++++++----------
6 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/frontend/src/components/SessionDetail/__snapshots__/CompatSessionDetail.test.tsx.snap b/frontend/src/components/SessionDetail/__snapshots__/CompatSessionDetail.test.tsx.snap
index 64f542283..cd5b73a80 100644
--- a/frontend/src/components/SessionDetail/__snapshots__/CompatSessionDetail.test.tsx.snap
+++ b/frontend/src/components/SessionDetail/__snapshots__/CompatSessionDetail.test.tsx.snap
@@ -33,7 +33,7 @@ exports[` > renders a compatability session details 1`] = `
aria-expanded="false"
aria-haspopup="dialog"
aria-labelledby="_r_3_"
- class="_icon-button_1pz9o_8"
+ class="_icon-button_1215g_8"
data-kind="primary"
data-state="closed"
role="button"
@@ -271,7 +271,7 @@ exports[` > renders a compatability session details 1`] = `
aria-controls="radix-_r_8_"
aria-expanded="false"
aria-haspopup="dialog"
- class="_button_187yx_8 _has-icon_187yx_57 _destructive_187yx_107"
+ class="_button_13vu4_8 _has-icon_13vu4_60 _destructive_13vu4_110"
data-kind="secondary"
data-size="lg"
data-state="closed"
@@ -330,7 +330,7 @@ exports[` > renders a compatability session without an ssoL
aria-expanded="false"
aria-haspopup="dialog"
aria-labelledby="_r_f_"
- class="_icon-button_1pz9o_8"
+ class="_icon-button_1215g_8"
data-kind="primary"
data-state="closed"
role="button"
@@ -554,7 +554,7 @@ exports[` > renders a compatability session without an ssoL
aria-controls="radix-_r_k_"
aria-expanded="false"
aria-haspopup="dialog"
- class="_button_187yx_8 _has-icon_187yx_57 _destructive_187yx_107"
+ class="_button_13vu4_8 _has-icon_13vu4_60 _destructive_13vu4_110"
data-kind="secondary"
data-size="lg"
data-state="closed"
@@ -613,7 +613,7 @@ exports[` > renders a finished compatability session detail
aria-expanded="false"
aria-haspopup="dialog"
aria-labelledby="_r_r_"
- class="_icon-button_1pz9o_8"
+ class="_icon-button_1215g_8"
data-kind="primary"
data-state="closed"
role="button"
diff --git a/frontend/src/components/SessionDetail/__snapshots__/OAuth2SessionDetail.test.tsx.snap b/frontend/src/components/SessionDetail/__snapshots__/OAuth2SessionDetail.test.tsx.snap
index 6c1ffe49a..cc18dd50f 100644
--- a/frontend/src/components/SessionDetail/__snapshots__/OAuth2SessionDetail.test.tsx.snap
+++ b/frontend/src/components/SessionDetail/__snapshots__/OAuth2SessionDetail.test.tsx.snap
@@ -33,7 +33,7 @@ exports[` > renders a finished session details 1`] = `
aria-expanded="false"
aria-haspopup="dialog"
aria-labelledby="_r_f_"
- class="_icon-button_1pz9o_8"
+ class="_icon-button_1215g_8"
data-kind="primary"
data-state="closed"
role="button"
@@ -344,7 +344,7 @@ exports[` > renders session details 1`] = `
aria-expanded="false"
aria-haspopup="dialog"
aria-labelledby="_r_3_"
- class="_icon-button_1pz9o_8"
+ class="_icon-button_1215g_8"
data-kind="primary"
data-state="closed"
role="button"
@@ -604,7 +604,7 @@ exports[` > renders session details 1`] = `
aria-controls="radix-_r_8_"
aria-expanded="false"
aria-haspopup="dialog"
- class="_button_187yx_8 _has-icon_187yx_57 _destructive_187yx_107"
+ class="_button_13vu4_8 _has-icon_13vu4_60 _destructive_13vu4_110"
data-kind="secondary"
data-size="lg"
data-state="closed"
diff --git a/frontend/src/components/__snapshots__/CompatSession.test.tsx.snap b/frontend/src/components/__snapshots__/CompatSession.test.tsx.snap
index 80cf928c3..294eade50 100644
--- a/frontend/src/components/__snapshots__/CompatSession.test.tsx.snap
+++ b/frontend/src/components/__snapshots__/CompatSession.test.tsx.snap
@@ -165,7 +165,7 @@ exports[` > renders an active session 1`] = `
aria-controls="radix-_r_0_"
aria-expanded="false"
aria-haspopup="dialog"
- class="_button_187yx_8 _has-icon_187yx_57 _destructive_187yx_107"
+ class="_button_13vu4_8 _has-icon_13vu4_60 _destructive_13vu4_110"
data-kind="secondary"
data-size="sm"
data-state="closed"
diff --git a/frontend/src/components/__snapshots__/OAuth2Session.test.tsx.snap b/frontend/src/components/__snapshots__/OAuth2Session.test.tsx.snap
index edc9dce9c..a7384ad0a 100644
--- a/frontend/src/components/__snapshots__/OAuth2Session.test.tsx.snap
+++ b/frontend/src/components/__snapshots__/OAuth2Session.test.tsx.snap
@@ -159,7 +159,7 @@ exports[` > renders an active session 1`] = `
aria-controls="radix-_r_0_"
aria-expanded="false"
aria-haspopup="dialog"
- class="_button_187yx_8 _has-icon_187yx_57 _destructive_187yx_107"
+ class="_button_13vu4_8 _has-icon_13vu4_60 _destructive_13vu4_110"
data-kind="secondary"
data-size="sm"
data-state="closed"
diff --git a/frontend/tests/routes/__snapshots__/reset-cross-signing.test.tsx.snap b/frontend/tests/routes/__snapshots__/reset-cross-signing.test.tsx.snap
index f1e56205a..71ebf9447 100644
--- a/frontend/tests/routes/__snapshots__/reset-cross-signing.test.tsx.snap
+++ b/frontend/tests/routes/__snapshots__/reset-cross-signing.test.tsx.snap
@@ -197,7 +197,7 @@ exports[`Reset cross signing > renders the deep link page 1`] = `
renders the errored page 1`] = `
This might be a temporary problem, so please try again later. If the problem persists, please contact your server administrator.