Skip to content

Commit

Permalink
chore(@clayui/pagination): LPD-1285 regen snapshots
Browse files Browse the repository at this point in the history
chore(@clayui/core): LPD-1285 regen snapshots
  • Loading branch information
pat270 committed Mar 6, 2024
1 parent 640dd96 commit 0968e4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ exports[`Table basic rendering render dynamic content 1`] = `
class="dropdown"
>
<button
aria-controls="clay-id-12"
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
Expand Down Expand Up @@ -193,7 +192,6 @@ exports[`Table basic rendering render static content 1`] = `
class="dropdown"
>
<button
aria-controls="clay-id-4"
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
Expand Down Expand Up @@ -423,7 +421,6 @@ exports[`Table basic rendering render with sort column 1`] = `
class="dropdown"
>
<button
aria-controls="clay-id-20"
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
Expand Down Expand Up @@ -584,7 +581,6 @@ exports[`Table basic rendering render with treegrid 1`] = `
class="dropdown"
>
<button
aria-controls="clay-id-28"
aria-haspopup="true"
aria-label="Manage Columns Visibility"
class="dropdown-toggle btn btn-monospaced btn-outline-borderless btn-outline-secondary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ exports[`ClayPaginationBar renders 1`] = `
class="dropdown"
>
<button
aria-controls="clay-id-5"
aria-haspopup="true"
aria-label="Show pages 4 through 9"
class="dropdown-toggle page-link btn btn-unstyled"
Expand Down Expand Up @@ -128,6 +127,7 @@ exports[`ClayPaginationBar renders 1`] = `
aria-label="Go to the next page, 2"
class="page-link"
data-testid="nextArrow"
role="button"
tabindex="0"
>
<svg
Expand Down Expand Up @@ -220,7 +220,6 @@ exports[`ClayPaginationBar renders without a DropDown 1`] = `
class="dropdown"
>
<button
aria-controls="clay-id-8"
aria-haspopup="true"
aria-label="Show pages 4 through 9"
class="dropdown-toggle page-link btn btn-unstyled"
Expand Down Expand Up @@ -249,6 +248,7 @@ exports[`ClayPaginationBar renders without a DropDown 1`] = `
aria-label="Go to the next page, 2"
class="page-link"
data-testid="nextArrow"
role="button"
tabindex="0"
>
<svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ exports[`ClayPagination renders 1`] = `
aria-label="Go to the previous page, 11"
class="page-link"
data-testid="prevArrow"
role="button"
tabindex="0"
>
<svg
Expand Down Expand Up @@ -45,7 +46,6 @@ exports[`ClayPagination renders 1`] = `
class="dropdown"
>
<button
aria-controls="clay-id-2"
aria-haspopup="true"
aria-label="Show pages 2 through 9"
class="dropdown-toggle page-link btn btn-unstyled"
Expand Down Expand Up @@ -118,7 +118,6 @@ exports[`ClayPagination renders 1`] = `
class="dropdown"
>
<button
aria-controls="clay-id-4"
aria-haspopup="true"
aria-label="Show pages 15 through 24"
class="dropdown-toggle page-link btn btn-unstyled"
Expand Down Expand Up @@ -147,6 +146,7 @@ exports[`ClayPagination renders 1`] = `
aria-label="Go to the next page, 13"
class="page-link"
data-testid="nextArrow"
role="button"
tabindex="0"
>
<svg
Expand Down

0 comments on commit 0968e4b

Please # to comment.