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

@@ -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">