Skip to content

Commit

Permalink
chore: updated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat-Dabade committed Jun 13, 2024
1 parent 6a85e04 commit 05ff4ad
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
12 changes: 8 additions & 4 deletions webapp/src/components/__snapshots__/contentBlock.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -476,12 +476,16 @@ exports[`components/contentBlock should match snapshot with textBlock 1`] = `
style="flex: 0 0 auto; height: 100%;"
/>
<div
class="MarkdownEditor octo-editor "
class="TextElement"
>
<div
class="octo-editor-preview"
data-testid="preview-element"
/>
class="MarkdownEditor octo-editor "
>
<div
class="octo-editor-preview"
data-testid="preview-element"
/>
</div>
</div>
</div>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
exports[`components/content/TextElement return a textElement 1`] = `
<div>
<div
class="MarkdownEditor octo-editor "
class="TextElement"
>
<div
class="octo-editor-preview octo-placeholder"
data-testid="preview-element"
/>
class="MarkdownEditor octo-editor "
>
<div
class="octo-editor-preview octo-placeholder"
data-testid="preview-element"
/>
</div>
</div>
</div>
`;

0 comments on commit 05ff4ad

Please sign in to comment.