Skip to content

Commit

Permalink
chore(tests): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Aug 4, 2020
1 parent 86720bf commit b11371f
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ Map {
"kind": "primary",
"size": "default",
"tabIndex": 0,
"tooltipAlignment": "center",
"tooltipPosition": "top",
"type": "button",
},
"displayName": "Button",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1891,6 +1891,8 @@ exports[`DataTable should render 1`] = `
onClick={[MockFunction]}
size="small"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
Add new
Expand Down Expand Up @@ -2053,6 +2055,8 @@ exports[`DataTable should render 1`] = `
}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down Expand Up @@ -2123,6 +2127,8 @@ exports[`DataTable should render 1`] = `
}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down Expand Up @@ -2193,6 +2199,8 @@ exports[`DataTable should render 1`] = `
}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down Expand Up @@ -2249,6 +2257,8 @@ exports[`DataTable should render 1`] = `
onClick={[Function]}
size="default"
tabIndex={-1}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down Expand Up @@ -2504,6 +2514,8 @@ exports[`DataTable should render 1`] = `
onClick={[MockFunction]}
size="small"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down Expand Up @@ -2886,6 +2898,8 @@ exports[`DataTable sticky header should render 1`] = `
onClick={[MockFunction]}
size="small"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
Add new
Expand Down Expand Up @@ -3051,6 +3065,8 @@ exports[`DataTable sticky header should render 1`] = `
}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down Expand Up @@ -3121,6 +3137,8 @@ exports[`DataTable sticky header should render 1`] = `
}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down Expand Up @@ -3191,6 +3209,8 @@ exports[`DataTable sticky header should render 1`] = `
}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down Expand Up @@ -3247,6 +3267,8 @@ exports[`DataTable sticky header should render 1`] = `
onClick={[Function]}
size="default"
tabIndex={-1}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down Expand Up @@ -3502,6 +3524,8 @@ exports[`DataTable sticky header should render 1`] = `
onClick={[MockFunction]}
size="small"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ exports[`DataTable.TableBatchAction should render 1`] = `
}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ exports[`DataTable.TableBatchActions should render 1`] = `
onClick={[MockFunction]}
size="default"
tabIndex={-1}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down Expand Up @@ -84,6 +86,8 @@ exports[`DataTable.TableBatchActions should render 2`] = `
onClick={[MockFunction]}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ exports[`ModalWrapper should render 1`] = `
onClick={[Function]}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down Expand Up @@ -158,6 +160,8 @@ exports[`ModalWrapper should render 1`] = `
onClick={[Function]}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand All @@ -176,6 +180,8 @@ exports[`ModalWrapper should render 1`] = `
onClick={[Function]}
size="default"
tabIndex={0}
tooltipAlignment="center"
tooltipPosition="top"
type="button"
>
<button
Expand Down

0 comments on commit b11371f

Please sign in to comment.