test(ts): update snapshots
parent
e81a7bf5d8
commit
6e2a9b14d4
|
@ -7,6 +7,7 @@ exports[`ConfirmationButton interaction shows the tooltip when clicked 1`] = `
|
||||||
shape="none"
|
shape="none"
|
||||||
size="sm"
|
size="sm"
|
||||||
status="default"
|
status="default"
|
||||||
|
testID="confirmation-button"
|
||||||
text="I am a dangerous button!"
|
text="I am a dangerous button!"
|
||||||
>
|
>
|
||||||
<ClickOutside
|
<ClickOutside
|
||||||
|
@ -44,6 +45,7 @@ exports[`ConfirmationButton interaction shows the tooltip when clicked 1`] = `
|
||||||
<div
|
<div
|
||||||
className="confirmation-button--tooltip-body"
|
className="confirmation-button--tooltip-body"
|
||||||
data-test="confirmation-button--click-target"
|
data-test="confirmation-button--click-target"
|
||||||
|
data-testid="confirmation-button"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
>
|
>
|
||||||
Click me if you dare
|
Click me if you dare
|
||||||
|
|
|
@ -96,6 +96,7 @@ Object {
|
||||||
<div
|
<div
|
||||||
class="confirmation-button--tooltip-body"
|
class="confirmation-button--tooltip-body"
|
||||||
data-test="confirmation-button--click-target"
|
data-test="confirmation-button--click-target"
|
||||||
|
data-testid="confirmation-button"
|
||||||
>
|
>
|
||||||
Confirm
|
Confirm
|
||||||
</div>
|
</div>
|
||||||
|
@ -228,6 +229,7 @@ Object {
|
||||||
<div
|
<div
|
||||||
class="confirmation-button--tooltip-body"
|
class="confirmation-button--tooltip-body"
|
||||||
data-test="confirmation-button--click-target"
|
data-test="confirmation-button--click-target"
|
||||||
|
data-testid="confirmation-button"
|
||||||
>
|
>
|
||||||
Confirm
|
Confirm
|
||||||
</div>
|
</div>
|
||||||
|
@ -417,6 +419,7 @@ Object {
|
||||||
<div
|
<div
|
||||||
class="confirmation-button--tooltip-body"
|
class="confirmation-button--tooltip-body"
|
||||||
data-test="confirmation-button--click-target"
|
data-test="confirmation-button--click-target"
|
||||||
|
data-testid="confirmation-button"
|
||||||
>
|
>
|
||||||
Confirm
|
Confirm
|
||||||
</div>
|
</div>
|
||||||
|
@ -549,6 +552,7 @@ Object {
|
||||||
<div
|
<div
|
||||||
class="confirmation-button--tooltip-body"
|
class="confirmation-button--tooltip-body"
|
||||||
data-test="confirmation-button--click-target"
|
data-test="confirmation-button--click-target"
|
||||||
|
data-testid="confirmation-button"
|
||||||
>
|
>
|
||||||
Confirm
|
Confirm
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
exports[`Tasks.Components.TaskRow renders 1`] = `
|
exports[`Tasks.Components.TaskRow renders 1`] = `
|
||||||
<IndexListRow
|
<IndexListRow
|
||||||
disabled={false}
|
disabled={false}
|
||||||
testID="table-row"
|
testID="task-row"
|
||||||
>
|
>
|
||||||
<IndexListRowCell
|
<IndexListRowCell
|
||||||
alignment="left"
|
alignment="left"
|
||||||
|
@ -152,6 +152,7 @@ from(bucket: \\"inbucket\\")
|
||||||
shape="none"
|
shape="none"
|
||||||
size="xs"
|
size="xs"
|
||||||
status="default"
|
status="default"
|
||||||
|
testID="confirmation-button"
|
||||||
text="Delete"
|
text="Delete"
|
||||||
/>
|
/>
|
||||||
</Component>
|
</Component>
|
||||||
|
|
Loading…
Reference in New Issue