next tests + next test DBs

This commit is contained in:
SPRINX0\prochazka
2025-01-31 08:47:16 +01:00
parent d16de0d2fb
commit cd90b53627
8 changed files with 893 additions and 1 deletions

View File

@@ -44,6 +44,7 @@
<div slot="footer">
<FormStyledButton
value="Save"
data-testid="EditJsonModal_saveButton"
on:click={() => {
try {
const parsed = JSON.parse(value);
@@ -56,7 +57,12 @@
}
}}
/>
<FormStyledButton type="button" value="Close" on:click={closeCurrentModal} />
<FormStyledButton
type="button"
value="Close"
on:click={closeCurrentModal}
data-testid="EditJsonModal_closeButton"
/>
</div>
</ModalBase>
</FormProvider>