Skip to content

Commit

Permalink
test(VDataTable): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 24, 2020
1 parent a4fe6f5 commit fccf018
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7579,7 +7579,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
<div role="button"
aria-haspopup="listbox"
aria-expanded="false"
aria-owns="list-604"
aria-owns="list-619"
class="v-input__slot"
>
<div class="v-select__slot">
Expand All @@ -7588,7 +7588,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 1`] = `
10
</div>
<input aria-label="$vuetify.dataTable.itemsPerPageText"
id="input-604"
id="input-619"
readonly="readonly"
type="text"
aria-readonly="false"
Expand Down Expand Up @@ -7868,7 +7868,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
<div role="button"
aria-haspopup="listbox"
aria-expanded="false"
aria-owns="list-604"
aria-owns="list-619"
class="v-input__slot"
>
<div class="v-select__slot">
Expand All @@ -7877,7 +7877,7 @@ exports[`VDataTable.ts should show correct aria-labels when sorting 2`] = `
10
</div>
<input aria-label="$vuetify.dataTable.itemsPerPageText"
id="input-604"
id="input-619"
readonly="readonly"
type="text"
aria-readonly="false"
Expand Down

0 comments on commit fccf018

Please sign in to comment.