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
1 changed files with 5 additions and 1 deletions

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}