From ba1957ef526c1dd315f39af16eff696583b40100 Mon Sep 17 00:00:00 2001 From: Timo K Date: Tue, 9 Jun 2026 18:44:27 +0200 Subject: [PATCH] tests --- src/AppBar.tsx | 6 ++- .../DeveloperSettingsTab.test.tsx.snap | 40 +++++++++---------- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/src/AppBar.tsx b/src/AppBar.tsx index aac28d551..d73130177 100644 --- a/src/AppBar.tsx +++ b/src/AppBar.tsx @@ -85,7 +85,11 @@ export const AppBar: FC = ({ children }) => { - {PrimaryButtonIcon ? : } + {PrimaryButtonIcon ? ( + + ) : ( + + )} diff --git a/src/settings/__snapshots__/DeveloperSettingsTab.test.tsx.snap b/src/settings/__snapshots__/DeveloperSettingsTab.test.tsx.snap index 6159985cd..36e29d806 100644 --- a/src/settings/__snapshots__/DeveloperSettingsTab.test.tsx.snap +++ b/src/settings/__snapshots__/DeveloperSettingsTab.test.tsx.snap @@ -224,13 +224,13 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
Currently, no overwrite is set. Url from well-known or config is used. @@ -261,13 +261,13 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = ` MatrixRTC mode
renders and matches snapshot 1`] = `
Compatible with old versions of EC that do not support multi SFU @@ -305,10 +305,10 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
renders and matches snapshot 1`] = `
Compatible with homeservers that do not support sticky events (but all other EC clients are v0.17.0 or later) @@ -345,10 +345,10 @@ exports[`DeveloperSettingsTab > renders and matches snapshot 1`] = `
renders and matches snapshot 1`] = `
Compatible only with homservers supporting sticky events and all EC clients v0.17.0 or later