1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-19 00:26:27 +03:00

frontend: update test snapshots

This commit is contained in:
Quentin Gliech
2023-08-23 19:51:46 +02:00
parent 0394c00ffc
commit 6d0daff7dd
3 changed files with 16 additions and 16 deletions

View File

@@ -4,12 +4,12 @@ exports[`<Session /> > renders a finished session 1`] = `
<div
className="_block_17898c"
>
<h1
<h6
className="_font-body-md-semibold_1g2sj_69 _sessionName_634806"
title="session-id"
>
session-id
</h1>
</h6>
<p
className="_font-body-sm-semibold_1g2sj_49 _sessionMetadata_634806"
>
@@ -34,12 +34,12 @@ exports[`<Session /> > renders an active session 1`] = `
<div
className="_block_17898c"
>
<h1
<h6
className="_font-body-md-semibold_1g2sj_69 _sessionName_634806"
title="session-id"
>
session-id
</h1>
</h6>
<p
className="_font-body-sm-semibold_1g2sj_49 _sessionMetadata_634806"
>
@@ -55,12 +55,12 @@ exports[`<Session /> > uses client name when truthy 1`] = `
<div
className="_block_17898c"
>
<h1
<h6
className="_font-body-md-semibold_1g2sj_69 _sessionName_634806"
title="session-id"
>
session-id
</h1>
</h6>
<p
className="_font-body-sm-semibold_1g2sj_49 _sessionMetadata_634806"
>
@@ -96,12 +96,12 @@ exports[`<Session /> > uses session name when truthy 1`] = `
<div
className="_block_17898c"
>
<h1
<h6
className="_font-body-md-semibold_1g2sj_69 _sessionName_634806"
title="session-id"
>
test session name
</h1>
</h6>
<p
className="_font-body-sm-semibold_1g2sj_49 _sessionMetadata_634806"
>

View File

@@ -4,12 +4,12 @@ exports[`<CompatSession /> > renders a finished session 1`] = `
<div
className="_block_17898c"
>
<h1
<h6
className="_font-body-md-semibold_1g2sj_69 _sessionName_634806"
title="session-id"
>
abcd1234
</h1>
</h6>
<p
className="_font-body-sm-semibold_1g2sj_49 _sessionMetadata_634806"
>
@@ -45,12 +45,12 @@ exports[`<CompatSession /> > renders an active session 1`] = `
<div
className="_block_17898c"
>
<h1
<h6
className="_font-body-md-semibold_1g2sj_69 _sessionName_634806"
title="session-id"
>
abcd1234
</h1>
</h6>
<p
className="_font-body-sm-semibold_1g2sj_49 _sessionMetadata_634806"
>

View File

@@ -4,12 +4,12 @@ exports[`<OAuth2Session /> > renders a finished session 1`] = `
<div
className="_block_17898c"
>
<h1
<h6
className="_font-body-md-semibold_1g2sj_69 _sessionName_634806"
title="session-id"
>
abcd1234
</h1>
</h6>
<p
className="_font-body-sm-semibold_1g2sj_49 _sessionMetadata_634806"
>
@@ -45,12 +45,12 @@ exports[`<OAuth2Session /> > renders an active session 1`] = `
<div
className="_block_17898c"
>
<h1
<h6
className="_font-body-md-semibold_1g2sj_69 _sessionName_634806"
title="session-id"
>
abcd1234
</h1>
</h6>
<p
className="_font-body-sm-semibold_1g2sj_49 _sessionMetadata_634806"
>