mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 01:27:18 +00:00
test: comments clean up
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -18,11 +18,8 @@ export const genTest = (apiType, dbType) => {
|
||||
before(() => {
|
||||
mainPage.tabReset();
|
||||
|
||||
// // kludge: wait for page load to finish
|
||||
// cy.wait(1000);
|
||||
// // close team & auth tab
|
||||
// cy.get('button.ant-tabs-tab-remove').should('exist').click();
|
||||
// cy.wait(1000);
|
||||
|
||||
cy.createTable(tableName);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user