e2e on CI

This commit is contained in:
SPRINX0\prochazka
2024-12-09 14:51:56 +01:00
parent c201f06103
commit f3c3ddd73a
6 changed files with 206 additions and 23 deletions

View File

@@ -11,7 +11,16 @@
}
</script>
<div class="outer buttonLike" {title} class:disabled class:square class:narrow on:click bind:this={domButton}>
<div
class="outer buttonLike"
{title}
class:disabled
class:square
class:narrow
on:click
bind:this={domButton}
data-testid={$$props['data-testid']}
>
<div class="inner">
<slot />
</div>

View File

@@ -194,7 +194,7 @@
/>
<CloseSearchButton bind:filter />
{#if $commandsCustomized['new.connection']?.enabled}
<InlineButton on:click={() => runCommand('new.connection')} title="Add new connection">
<InlineButton on:click={() => runCommand('new.connection')} title="Add new connection" data-testid="ConnectionList_buttonNewConnection">
<FontIcon icon="icon plus-thick" />
</InlineButton>
<InlineButton on:click={() => runCommand('new.connection.folder')} title="Add new connection folder">