SYNC: CSV with error import test

This commit is contained in:
SPRINX0\prochazka
2025-03-05 16:34:56 +01:00
committed by Diflow
parent b40168182a
commit 57f1019e51
6 changed files with 61 additions and 4 deletions

View File

@@ -323,6 +323,7 @@
title={progressHolder[row]?.errorMessage}
on:click={() => showModal(ErrorMessageModal, { message: progressHolder[row]?.errorMessage })}
style="cursor: pointer"
data-testid={`ImportExportConfigurator_errorInfoIcon_${row}`}
/>
{/if}
{:else if progressHolder[row]?.status == 'done'}