1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +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}
/>
{#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}