test(ts): update snapshots
parent
e81a7bf5d8
commit
6e2a9b14d4
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue