Skip to content

Commit

Permalink
Updating test snapshoots related to change in button_content.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Valdes Gutierrez <valdesgutierrez@gmail.com>
  • Loading branch information
BigSamu committed Nov 17, 2023
1 parent 04b0569 commit 361c783
Show file tree
Hide file tree
Showing 22 changed files with 1,403 additions and 529 deletions.
18 changes: 18 additions & 0 deletions src/components/accessibility/__snapshots__/skip_link.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ exports[`OuiSkipLink is rendered 1`] = `
<span
class="ouiButtonContent ouiButton__content"
>
<span
class=""
/>
<span
class="ouiButton__text"
>
Expand All @@ -29,6 +32,9 @@ exports[`OuiSkipLink props onClick is rendered 1`] = `
<span
class="ouiButtonContent ouiButton__content"
>
<span
class=""
/>
<span
class="ouiButton__text"
/>
Expand All @@ -45,6 +51,9 @@ exports[`OuiSkipLink props position absolute is rendered 1`] = `
<span
class="ouiButtonContent ouiButton__content"
>
<span
class=""
/>
<span
class="ouiButton__text"
/>
Expand All @@ -62,6 +71,9 @@ exports[`OuiSkipLink props position fixed is rendered 1`] = `
<span
class="ouiButtonContent ouiButton__content"
>
<span
class=""
/>
<span
class="ouiButton__text"
/>
Expand All @@ -78,6 +90,9 @@ exports[`OuiSkipLink props position static is rendered 1`] = `
<span
class="ouiButtonContent ouiButton__content"
>
<span
class=""
/>
<span
class="ouiButton__text"
/>
Expand All @@ -95,6 +110,9 @@ exports[`OuiSkipLink props tabIndex is rendered 1`] = `
<span
class="ouiButtonContent ouiButton__content"
>
<span
class=""
/>
<span
class="ouiButton__text"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,19 +418,23 @@ exports[`OuiInMemoryTable behavior pagination 1`] = `
<span
className="ouiButtonContent ouiButtonContent--iconRight ouiButtonEmpty__content"
>
<OuiIcon
className="ouiButtonContent__icon"
color="inherit"
size="s"
type="arrowDown"
<span
className=""
>
<span
<OuiIcon
className="ouiButtonContent__icon"
color="inherit"
data-ouiicon-type="arrowDown"
size="s"
/>
</OuiIcon>
type="arrowDown"
>
<span
className="ouiButtonContent__icon"
color="inherit"
data-ouiicon-type="arrowDown"
size="s"
/>
</OuiIcon>
</span>
<span
className="ouiButtonEmpty__text"
>
Expand Down Expand Up @@ -587,6 +591,9 @@ exports[`OuiInMemoryTable behavior pagination 1`] = `
<span
className="ouiButtonContent ouiButtonEmpty__content"
>
<span
className=""
/>
<span
className="ouiButtonEmpty__text"
>
Expand Down Expand Up @@ -670,6 +677,9 @@ exports[`OuiInMemoryTable behavior pagination 1`] = `
<span
className="ouiButtonContent ouiButtonEmpty__content"
>
<span
className=""
/>
<span
className="ouiButtonEmpty__text"
>
Expand Down
Loading

0 comments on commit 361c783

Please sign in to comment.