Skip to content

Commit

Permalink
Merge pull request #671 from jbetancur/fix/662-update-test-snapshots
Browse files Browse the repository at this point in the history
fix-662 update tests | bump version
  • Loading branch information
jbetancur authored Sep 4, 2020
2 parents bcf19d6 + 6e688be commit 79eef85
Show file tree
Hide file tree
Showing 4 changed files with 432 additions and 29 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-data-table-component",
"version": "6.11.2",
"version": "6.11.3",
"description": "A declarative react based data table",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down
30 changes: 15 additions & 15 deletions src/DataTable/__tests__/__snapshots__/DataTable.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5003,7 +5003,7 @@ exports[`DataTable::Pagination should change the page position when using pagina
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -5749,7 +5749,7 @@ exports[`DataTable::Pagination should have the correct amount of rows when pagin
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -6492,7 +6492,7 @@ exports[`DataTable::Pagination should have the correct amount of rows when pagin
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -7235,7 +7235,7 @@ exports[`DataTable::Pagination should have the correct amount of rows when pagin
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -7978,7 +7978,7 @@ exports[`DataTable::Pagination should have the correct amount of rows when pagin
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -8743,7 +8743,7 @@ exports[`DataTable::Pagination should navigate to page 1 if the table is sorted
class="c19"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c20"
>
<option
Expand Down Expand Up @@ -9486,7 +9486,7 @@ exports[`DataTable::Pagination should recalculate pagination position if there i
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -10249,7 +10249,7 @@ exports[`DataTable::Pagination should render correctly if pagination is enabled
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -11027,7 +11027,7 @@ exports[`DataTable::Pagination should render correctly when a paginationComponen
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Fila por página"
class="c19"
>
<option
Expand Down Expand Up @@ -11805,7 +11805,7 @@ exports[`DataTable::Pagination should render correctly when a paginationComponen
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -12588,7 +12588,7 @@ exports[`DataTable::Pagination should render correctly when a paginationComponen
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -14011,7 +14011,7 @@ exports[`DataTable::Pagination should render correctly when paginationResetDefau
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -27455,7 +27455,7 @@ exports[`DataTable::direction should render correctly when direction is auto 1`]
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -28234,7 +28234,7 @@ exports[`DataTable::direction should render correctly when direction is ltr 1`]
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down Expand Up @@ -29016,7 +29016,7 @@ exports[`DataTable::direction should render correctly when direction is rtl 1`]
class="c18"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c19"
>
<option
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ exports[`should render correctly with default props 1`] = `
class="c2"
>
<select
aria-label="Rows Per Page"
aria-label="Rows per page:"
class="c3"
>
<option
Expand Down
Loading

0 comments on commit 79eef85

Please sign in to comment.