Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
snap update
Browse files Browse the repository at this point in the history
  • Loading branch information
AH106586Harika authored and AH106586Harika committed Dec 7, 2023
1 parent 651db0f commit 907f6e2
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ exports[`Notification Dialog correctly applies the theme context className 1`] =
</div>
<div
className="body"
id="dialogBody"
>
<div
className="message"
Expand Down Expand Up @@ -188,6 +189,7 @@ exports[`Notification Dialog shallow renders an custom notification-dialog 1`] =
</div>
<div
className="body"
id="dialogBody"
>
<div
className="message"
Expand Down Expand Up @@ -292,6 +294,7 @@ exports[`Notification Dialog shallow renders an error notification-dialog 1`] =
</div>
<div
className="body"
id="dialogBody"
>
<div
className="message"
Expand Down Expand Up @@ -396,6 +399,7 @@ exports[`Notification Dialog shallow renders an hazard-high notification-dialog
</div>
<div
className="body"
id="dialogBody"
>
<div
className="message"
Expand Down Expand Up @@ -500,6 +504,7 @@ exports[`Notification Dialog shallow renders an hazard-low notification-dialog 1
</div>
<div
className="body"
id="dialogBody"
>
<div
className="message"
Expand Down Expand Up @@ -604,6 +609,7 @@ exports[`Notification Dialog shallow renders an hazard-medium notification-dialo
</div>
<div
className="body"
id="dialogBody"
>
<div
className="message"
Expand Down Expand Up @@ -708,6 +714,7 @@ exports[`Notification Dialog shallow renders dialog with reject button first 1`]
</div>
<div
className="body"
id="dialogBody"
>
<div
className="message"
Expand Down Expand Up @@ -812,6 +819,7 @@ exports[`Notification Dialog shallow renders dialog with startMessage, content,
</div>
<div
className="body"
id="dialogBody"
>
<div
className="message"
Expand Down Expand Up @@ -1047,6 +1055,7 @@ exports[`correctly applies the theme context className 1`] = `
</div>
<div
class="body"
id="dialogBody"
>
<div
class="message"
Expand Down Expand Up @@ -1188,6 +1197,7 @@ exports[`correctly applies the theme context className 1`] = `
</div>
<div
className="body"
id="dialogBody"
>
<div
className="message"
Expand Down

0 comments on commit 907f6e2

Please sign in to comment.