SYNC: CSV import test

This commit is contained in:
SPRINX0\prochazka
2025-03-05 14:21:19 +01:00
committed by Diflow
parent 9265e52d68
commit 0ece662d8c
6 changed files with 74 additions and 37 deletions

View File

@@ -403,17 +403,4 @@ describe('Data browser data', () => {
cy.contains('Novak');
cy.contains('Rows: 8');
});
// it('Import', () => {
// TBC after Import FIX
// cy.contains('MySql-connection').click();
// cy.contains('MyChinook').click();
// cy.contains('Customer').rightclickclick();
// cy.contains('Import').click();
// cy.get('input[type=file]').selectFile('cypress/fixtures/Customer_add.csv');
// cy.get('table tbody tr').eq(1).within(() => {
// cy.get('select').select('Append data');
// });
// });
});