fix: update test snapshots

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-05-19 19:12:09 +02:00
parent 4eb341308a
commit 0c03e03a95
5 changed files with 18 additions and 18 deletions

View file

@ -22,7 +22,7 @@ exports[`Highlighted Code can hide the line numbers 1`] = `
exports[`Highlighted Code highlights code 1`] = ` exports[`Highlighted Code highlights code 1`] = `
<code <code
class="hljs showGutter " class="hljs showGutter"
data-testid="code-highlighter" data-testid="code-highlighter"
> >
<span <span
@ -50,7 +50,7 @@ exports[`Highlighted Code highlights code 1`] = `
exports[`Highlighted Code renders plain text 1`] = ` exports[`Highlighted Code renders plain text 1`] = `
<code <code
class="hljs showGutter " class="hljs showGutter"
data-testid="code-highlighter" data-testid="code-highlighter"
> >
<span <span

View file

@ -92,7 +92,7 @@ exports[`CommonModal render correctly with additionalClasses 1`] = `
exports[`CommonModal render correctly with i18nTitle 1`] = ` exports[`CommonModal render correctly with i18nTitle 1`] = `
<div <div
class="modal-dialog text-dark " class="modal-dialog text-dark"
data-testid="commonModal" data-testid="commonModal"
> >
<div <div
@ -114,7 +114,7 @@ exports[`CommonModal render correctly with i18nTitle 1`] = `
exports[`CommonModal render correctly with title 1`] = ` exports[`CommonModal render correctly with title 1`] = `
<div <div
class="modal-dialog text-dark " class="modal-dialog text-dark"
data-testid="commonModal" data-testid="commonModal"
> >
<div <div
@ -136,7 +136,7 @@ exports[`CommonModal render correctly with title 1`] = `
exports[`CommonModal render correctly with title icon 1`] = ` exports[`CommonModal render correctly with title icon 1`] = `
<div <div
class="modal-dialog text-dark " class="modal-dialog text-dark"
data-testid="commonModal" data-testid="commonModal"
> >
<div <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`] = ` exports[`CommonModal renders correctly and calls onHide, when close button is clicked 1`] = `
<div <div
class="modal-dialog text-dark " class="modal-dialog text-dark"
data-testid="commonModal" data-testid="commonModal"
> >
<div <div

View file

@ -2,7 +2,7 @@
exports[`DeletionModal disables deletion when user is not owner 1`] = ` exports[`DeletionModal disables deletion when user is not owner 1`] = `
<div <div
class="modal-dialog text-dark " class="modal-dialog text-dark"
data-testid="commonModal" data-testid="commonModal"
> >
<div <div
@ -44,7 +44,7 @@ exports[`DeletionModal disables deletion when user is not owner 1`] = `
exports[`DeletionModal renders correctly with deletionButtonI18nKey 1`] = ` exports[`DeletionModal renders correctly with deletionButtonI18nKey 1`] = `
<div <div
class="modal-dialog text-dark " class="modal-dialog text-dark"
data-testid="commonModal" data-testid="commonModal"
> >
<div <div

View file

@ -3,7 +3,7 @@
exports[`Table of contents renders correctly 1`] = ` exports[`Table of contents renders correctly 1`] = `
<div> <div>
<div <div
class="markdown-toc customClassName" class="toc customClassName"
> >
<ul> <ul>
<li> <li>
@ -42,7 +42,7 @@ exports[`Table of contents renders correctly 1`] = `
exports[`Table of contents renders only in requested max depth 1`] = ` exports[`Table of contents renders only in requested max depth 1`] = `
<div> <div>
<div <div
class="markdown-toc customClassName" class="toc customClassName"
> >
<ul> <ul>
<li> <li>