test(ts): update snapshots

pull/12099/head
Andrew Watkins 2019-02-21 15:56:35 -08:00
parent e81a7bf5d8
commit 6e2a9b14d4
3 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,7 @@ exports[`ConfirmationButton interaction shows the tooltip when clicked 1`] = `
shape="none"
size="sm"
status="default"
testID="confirmation-button"
text="I am a dangerous button!"
>
<ClickOutside
@ -44,6 +45,7 @@ exports[`ConfirmationButton interaction shows the tooltip when clicked 1`] = `
<div
className="confirmation-button--tooltip-body"
data-test="confirmation-button--click-target"
data-testid="confirmation-button"
onClick={[Function]}
>
Click me if you dare

View File

@ -96,6 +96,7 @@ Object {
<div
class="confirmation-button--tooltip-body"
data-test="confirmation-button--click-target"
data-testid="confirmation-button"
>
Confirm
</div>
@ -228,6 +229,7 @@ Object {
<div
class="confirmation-button--tooltip-body"
data-test="confirmation-button--click-target"
data-testid="confirmation-button"
>
Confirm
</div>
@ -417,6 +419,7 @@ Object {
<div
class="confirmation-button--tooltip-body"
data-test="confirmation-button--click-target"
data-testid="confirmation-button"
>
Confirm
</div>
@ -549,6 +552,7 @@ Object {
<div
class="confirmation-button--tooltip-body"
data-test="confirmation-button--click-target"
data-testid="confirmation-button"
>
Confirm
</div>

View File

@ -3,7 +3,7 @@
exports[`Tasks.Components.TaskRow renders 1`] = `
<IndexListRow
disabled={false}
testID="table-row"
testID="task-row"
>
<IndexListRowCell
alignment="left"
@ -152,6 +152,7 @@ from(bucket: \\"inbucket\\")
shape="none"
size="xs"
status="default"
testID="confirmation-button"
text="Delete"
/>
</Component>