1
0
Fork 0
mirror of synced 2024-07-04 14:01:27 +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 93976e4f55
commit d6051e7067

View file

@ -62,7 +62,11 @@
options={allOptions} options={allOptions}
/> />
{#if !disabled} {#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" /> <Icon size="S" name="FlashOn" />
</div> </div>
{/if} {/if}