SYNC: fixed e2e tests + new form cell view test

This commit is contained in:
SPRINX0\prochazka
2025-12-15 16:03:09 +01:00
committed by Diflow
parent 2a12c04518
commit fd91c18460
3 changed files with 24 additions and 8 deletions

View File

@@ -221,6 +221,6 @@
<ToolStripExportButton {quickExportHandlerRef} command="collectionDataGrid.export" />
<ToolStripCommandButton command="collectionJsonView.expandAll" hideDisabled />
<ToolStripCommandButton command="collectionJsonView.collapseAll" hideDisabled />
<ToolStripCommandButton command="dataGrid.toggleCellDataView" hideDisabled />
<ToolStripCommandButton command="dataGrid.toggleCellDataView" hideDisabled data-testid="CollectionDataTab_toggleCellDataView" />
</svelte:fragment>
</ToolStripContainer>