Test fixes (#1197)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-03-24 16:04:29 +07:00
committed by GitHub
parent 6f7e95e233
commit dd809242b1
23 changed files with 439 additions and 86 deletions
@@ -218,7 +218,7 @@
value={getValue(object, attribute.key)}
{...attribute.props}
/>
<div class="antiTable-cells__firstCell-menuRow" on:click={(ev) => showMenu(ev, object, row)}>
<div id='context-menu' class="antiTable-cells__firstCell-menuRow" on:click={(ev) => showMenu(ev, object, row)}>
<MoreV size={'small'} />
</div>
</div>