mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 23:13:57 +00:00
SYNC: backup test WIP
This commit is contained in:
committed by
Diflow
parent
615c6f4e24
commit
3a509a6a97
@@ -108,7 +108,7 @@ describe('Backup table', () => {
|
|||||||
cy.contains('customers').rightclick();
|
cy.contains('customers').rightclick();
|
||||||
cy.contains('Create table backup').click();
|
cy.contains('Create table backup').click();
|
||||||
cy.testid('ConfirmSqlModal_okButton').click();
|
cy.testid('ConfirmSqlModal_okButton').click();
|
||||||
cy.contains('_customers').click();
|
cy.contains('customers (').click();
|
||||||
cy.contains('Rows: 8').should('be.visible');
|
cy.contains('Rows: 8').should('be.visible');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div on:drop={handleDrop}>
|
<div on:drop={handleDrop} data-testid={`app-object-group-items-${_.kebabCase(group)}`}>
|
||||||
{#each items as item}
|
{#each items as item}
|
||||||
<AppObjectListItem
|
<AppObjectListItem
|
||||||
isHidden={!item.isMatched}
|
isHidden={!item.isMatched}
|
||||||
|
|||||||
Reference in New Issue
Block a user