1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

Add cypress data tag to binding icon in drawer bindable combo box

This commit is contained in:
Andrew Kingston 2021-11-10 11:58:27 +00:00
parent eabe0e66cf
commit 8d6ac3510d

View file

@ -62,7 +62,11 @@
options={allOptions}
/>
{#if !disabled}
<div class="icon" on:click={bindingDrawer.show}>
<div
class="icon"
on:click={bindingDrawer.show}
data-cy="text-binding-button"
>
<Icon size="S" name="FlashOn" />
</div>
{/if}