mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 14:46:01 +00:00
next e2e tests
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
<FormStyledButton
|
||||
type="button"
|
||||
value={`All ${field}`}
|
||||
data-testid={`FormTablesSelect_buttonAll_${field}`}
|
||||
on:click={() =>
|
||||
setFieldValue(
|
||||
name,
|
||||
|
||||
@@ -84,6 +84,9 @@
|
||||
{/if}
|
||||
<FormStyledButton
|
||||
value="Current archive"
|
||||
data-testid={direction == 'source'
|
||||
? 'SourceTargetConfig_buttonCurrentArchive_source'
|
||||
: 'SourceTargetConfig_buttonCurrentArchive_target'}
|
||||
on:click={() => {
|
||||
values.update(x => ({
|
||||
...x,
|
||||
|
||||
Reference in New Issue
Block a user