Skip to content

Commit

Permalink
fix(test): update bugreport dialog snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
marc.sirisak committed Aug 1, 2024
1 parent f0703cd commit 7698735
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ exports[`<BugReportDialog> should render as expected 1`] = `
Submit debug logs to Tchap support team
</h1>
</div>
<div
aria-label="dialog_close_label"
class="mx_AccessibleButton mx_Dialog_cancelButton"
role="button"
tabindex="0"
/>
<div
class="mx_Dialog_content"
id="mx_Dialog_content"
Expand Down Expand Up @@ -100,6 +94,12 @@ exports[`<BugReportDialog> should render as expected 1`] = `
</div>
</div>
</div>
<div
aria-label="dialog_close_label"
class="mx_AccessibleButton mx_Dialog_cancelButton"
role="button"
tabindex="0"
/>
</div>
<div
data-focus-guard="true"
Expand Down Expand Up @@ -131,12 +131,6 @@ exports[`<BugReportDialog> should render as expected 1`] = `
Submit debug logs to Tchap support team
</h1>
</div>
<div
aria-label="dialog_close_label"
class="mx_AccessibleButton mx_Dialog_cancelButton"
role="button"
tabindex="0"
/>
<div
class="mx_Dialog_content"
id="mx_Dialog_content"
Expand Down Expand Up @@ -204,6 +198,12 @@ exports[`<BugReportDialog> should render as expected 1`] = `
</div>
</div>
</div>
<div
aria-label="dialog_close_label"
class="mx_AccessibleButton mx_Dialog_cancelButton"
role="button"
tabindex="0"
/>
</div>
<div
data-focus-guard="true"
Expand Down

0 comments on commit 7698735

Please sign in to comment.