Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Amalric committed Feb 6, 2024
1 parent 1b40f24 commit 9a22ccf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ exports[`Array component should render array 1`] = `
class="theme-clickable theme-buttonIcon"
id="talend-array-control-0-delete"
tabindex="0"
tooltip="Delete"
type="button"
>
<span
Expand Down Expand Up @@ -371,6 +372,7 @@ exports[`Array component should render array 1`] = `
class="theme-clickable theme-buttonIcon"
id="talend-array-control-1-delete"
tabindex="0"
tooltip="Delete"
type="button"
>
<span
Expand Down Expand Up @@ -554,6 +556,7 @@ exports[`Array component should render array 1`] = `
class="theme-clickable theme-buttonIcon"
id="talend-array-control-2-delete"
tabindex="0"
tooltip="Delete"
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ exports[`Array Item component should render control panel with item content 1`]
class="theme-clickable theme-buttonIcon"
id="talend-control-3-delete"
tabindex="0"
tooltip="Delete"
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ exports[`Default Array Template component should render default array template 1
class="theme-clickable theme-buttonIcon"
id="my-template-control-0-delete"
tabindex="0"
tooltip="Delete"
type="button"
>
<span
Expand Down Expand Up @@ -221,6 +222,7 @@ exports[`Default Array Template component should render default array template 1
class="theme-clickable theme-buttonIcon"
id="my-template-control-1-delete"
tabindex="0"
tooltip="Delete"
type="button"
>
<span
Expand Down Expand Up @@ -314,6 +316,7 @@ exports[`Default Array Template component should render default array template 1
class="theme-clickable theme-buttonIcon"
id="my-template-control-2-delete"
tabindex="0"
tooltip="Delete"
type="button"
>
<span
Expand Down

0 comments on commit 9a22ccf

Please sign in to comment.