Skip to content

Commit

Permalink
fix test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar committed May 12, 2024
1 parent c7fc00a commit 226497b
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,33 @@ exports[`AlertBanner should render correctly with props 1`] = `
aria-busy={false}
aria-disabled={false}
aria-label="Close"
className="closeBtn button sizeSmall kindTertiary colorOnPrimaryColor"
className="closeBtn button sizeMedium kindTertiary colorOnPrimaryColor noSidePadding"
data-testid="alert-banner-close-button"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onMouseDown={[Function]}
onMouseUp={[Function]}
style={
{
"alignItems": "center",
"height": "32px",
"justifyContent": "center",
"padding": 0,
"width": "32px",
}
}
type="button"
>
<svg
aria-hidden={true}
className="icon noFocusStyle"
data-testid="icon"
fill="currentColor"
height="20px"
height="20"
onClick={[Function]}
viewBox="0 0 20 20"
width="20px"
width="20"
>
<path
clipRule="evenodd"
Expand Down Expand Up @@ -98,24 +107,33 @@ exports[`AlertBanner should render correctly without props 1`] = `
aria-busy={false}
aria-disabled={false}
aria-label="Close"
className="closeBtn button sizeSmall kindTertiary colorOnPrimaryColor"
className="closeBtn button sizeMedium kindTertiary colorOnPrimaryColor noSidePadding"
data-testid="alert-banner-close-button"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onMouseDown={[Function]}
onMouseUp={[Function]}
style={
{
"alignItems": "center",
"height": "32px",
"justifyContent": "center",
"padding": 0,
"width": "32px",
}
}
type="button"
>
<svg
aria-hidden={true}
className="icon noFocusStyle"
data-testid="icon"
fill="currentColor"
height="20px"
height="20"
onClick={[Function]}
viewBox="0 0 20 20"
width="20px"
width="20"
>
<path
clipRule="evenodd"
Expand Down Expand Up @@ -229,24 +247,33 @@ exports[`AlertBanner should render with correctly with multiple elements 1`] = `
aria-busy={false}
aria-disabled={false}
aria-label="Close"
className="closeBtn button sizeSmall kindTertiary colorOnPrimaryColor"
className="closeBtn button sizeMedium kindTertiary colorOnPrimaryColor noSidePadding"
data-testid="alert-banner-close-button"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onMouseDown={[Function]}
onMouseUp={[Function]}
style={
{
"alignItems": "center",
"height": "32px",
"justifyContent": "center",
"padding": 0,
"width": "32px",
}
}
type="button"
>
<svg
aria-hidden={true}
className="icon noFocusStyle"
data-testid="icon"
fill="currentColor"
height="20px"
height="20"
onClick={[Function]}
viewBox="0 0 20 20"
width="20px"
width="20"
>
<path
clipRule="evenodd"
Expand Down Expand Up @@ -321,24 +348,33 @@ exports[`AlertBanner should render with correctly with text and link 1`] = `
aria-busy={false}
aria-disabled={false}
aria-label="Close"
className="closeBtn button sizeSmall kindTertiary colorOnPrimaryColor"
className="closeBtn button sizeMedium kindTertiary colorOnPrimaryColor noSidePadding"
data-testid="alert-banner-close-button"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onMouseDown={[Function]}
onMouseUp={[Function]}
style={
{
"alignItems": "center",
"height": "32px",
"justifyContent": "center",
"padding": 0,
"width": "32px",
}
}
type="button"
>
<svg
aria-hidden={true}
className="icon noFocusStyle"
data-testid="icon"
fill="currentColor"
height="20px"
height="20"
onClick={[Function]}
viewBox="0 0 20 20"
width="20px"
width="20"
>
<path
clipRule="evenodd"
Expand Down Expand Up @@ -409,24 +445,33 @@ exports[`AlertBanner should render with correctly with text and link 2`] = `
aria-busy={false}
aria-disabled={false}
aria-label="Close"
className="closeBtn button sizeSmall kindTertiary colorOnPrimaryColor"
className="closeBtn button sizeMedium kindTertiary colorOnPrimaryColor noSidePadding"
data-testid="alert-banner-close-button"
onBlur={[Function]}
onClick={[Function]}
onFocus={[Function]}
onMouseDown={[Function]}
onMouseUp={[Function]}
style={
{
"alignItems": "center",
"height": "32px",
"justifyContent": "center",
"padding": 0,
"width": "32px",
}
}
type="button"
>
<svg
aria-hidden={true}
className="icon noFocusStyle"
data-testid="icon"
fill="currentColor"
height="20px"
height="20"
onClick={[Function]}
viewBox="0 0 20 20"
width="20px"
width="20"
>
<path
clipRule="evenodd"
Expand Down
Loading

0 comments on commit 226497b

Please sign in to comment.