Skip to content

Commit

Permalink
Update jest snapshots with scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Roes committed Nov 21, 2017
1 parent f9b0d77 commit f38ab38
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exports[`renders KuiTable 1`] = `
<tr>
<th
class="kuiTableHeaderCell"
scope="col"
>
<div
class="kuiTableHeaderCell__liner"
Expand All @@ -19,6 +20,7 @@ exports[`renders KuiTable 1`] = `
</th>
<th
class="kuiTableHeaderCell"
scope="col"
>
<div
class="kuiTableHeaderCell__liner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`renders KuiTableHeaderCell 1`] = `
aria-label="aria-label"
class="kuiTableHeaderCell testClass1 testClass2"
data-test-subj="test subject string"
scope="col"
>
<div
class="kuiTableHeaderCell__liner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`renders KuiTableHeaderCheckBoxCell 1`] = `
aria-label="aria-label"
class="kuiTableHeaderCell kuiTableHeaderCell--checkBox testClass1 testClass2"
data-test-subj="test subject string"
scope="col"
>
<div
class="kuiTableHeaderCell__liner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ exports[`renders KuiListingTable 1`] = `
<tr>
<th
class="kuiTableHeaderCell kuiTableHeaderCell--checkBox"
scope="col"
>
<div
class="kuiTableHeaderCell__liner"
Expand All @@ -51,6 +52,7 @@ exports[`renders KuiListingTable 1`] = `
</th>
<th
class="kuiTableHeaderCell"
scope="col"
>
<div
class="kuiTableHeaderCell__liner"
Expand All @@ -60,6 +62,7 @@ exports[`renders KuiListingTable 1`] = `
</th>
<th
class="kuiTableHeaderCell"
scope="col"
>
<div
class="kuiTableHeaderCell__liner"
Expand Down

0 comments on commit f38ab38

Please sign in to comment.