mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
fix: update test snapshots
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
4eb341308a
commit
0c03e03a95
5 changed files with 18 additions and 18 deletions
|
@ -22,7 +22,7 @@ exports[`Highlighted Code can hide the line numbers 1`] = `
|
|||
|
||||
exports[`Highlighted Code highlights code 1`] = `
|
||||
<code
|
||||
class="hljs showGutter "
|
||||
class="hljs showGutter"
|
||||
data-testid="code-highlighter"
|
||||
>
|
||||
<span
|
||||
|
@ -50,7 +50,7 @@ exports[`Highlighted Code highlights code 1`] = `
|
|||
|
||||
exports[`Highlighted Code renders plain text 1`] = `
|
||||
<code
|
||||
class="hljs showGutter "
|
||||
class="hljs showGutter"
|
||||
data-testid="code-highlighter"
|
||||
>
|
||||
<span
|
||||
|
|
|
@ -92,7 +92,7 @@ exports[`CommonModal render correctly with additionalClasses 1`] = `
|
|||
|
||||
exports[`CommonModal render correctly with i18nTitle 1`] = `
|
||||
<div
|
||||
class="modal-dialog text-dark "
|
||||
class="modal-dialog text-dark"
|
||||
data-testid="commonModal"
|
||||
>
|
||||
<div
|
||||
|
@ -114,7 +114,7 @@ exports[`CommonModal render correctly with i18nTitle 1`] = `
|
|||
|
||||
exports[`CommonModal render correctly with title 1`] = `
|
||||
<div
|
||||
class="modal-dialog text-dark "
|
||||
class="modal-dialog text-dark"
|
||||
data-testid="commonModal"
|
||||
>
|
||||
<div
|
||||
|
@ -136,7 +136,7 @@ exports[`CommonModal render correctly with title 1`] = `
|
|||
|
||||
exports[`CommonModal render correctly with title icon 1`] = `
|
||||
<div
|
||||
class="modal-dialog text-dark "
|
||||
class="modal-dialog text-dark"
|
||||
data-testid="commonModal"
|
||||
>
|
||||
<div
|
||||
|
@ -160,7 +160,7 @@ exports[`CommonModal render correctly with title icon 1`] = `
|
|||
|
||||
exports[`CommonModal renders correctly and calls onHide, when close button is clicked 1`] = `
|
||||
<div
|
||||
class="modal-dialog text-dark "
|
||||
class="modal-dialog text-dark"
|
||||
data-testid="commonModal"
|
||||
>
|
||||
<div
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
exports[`DeletionModal disables deletion when user is not owner 1`] = `
|
||||
<div
|
||||
class="modal-dialog text-dark "
|
||||
class="modal-dialog text-dark"
|
||||
data-testid="commonModal"
|
||||
>
|
||||
<div
|
||||
|
@ -44,7 +44,7 @@ exports[`DeletionModal disables deletion when user is not owner 1`] = `
|
|||
|
||||
exports[`DeletionModal renders correctly with deletionButtonI18nKey 1`] = `
|
||||
<div
|
||||
class="modal-dialog text-dark "
|
||||
class="modal-dialog text-dark"
|
||||
data-testid="commonModal"
|
||||
>
|
||||
<div
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
exports[`Table of contents renders correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="markdown-toc customClassName"
|
||||
class="toc customClassName"
|
||||
>
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -42,7 +42,7 @@ exports[`Table of contents renders correctly 1`] = `
|
|||
exports[`Table of contents renders only in requested max depth 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="markdown-toc customClassName"
|
||||
class="toc customClassName"
|
||||
>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue