mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 22:55:59 +00:00
e2e on CI
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user