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
@@ -262,7 +262,7 @@
notify={hasNotification}
/>
<div class="flex-center">
<div
<div id="profile-button"
class="cursor-pointer"
on:click|stopPropagation={(el) => {
showPopup(AccountPopup, {}, 'account')
@@ -64,7 +64,7 @@
{:else}
{#await actions() then actionItems}
{#if actionItems.length === 1}
<div class="an-element__tool">
<div id={_id} class="an-element__tool">
<ActionIcon
label={actionItems[0].label}
icon={actionItems[0].icon}