mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 15:16:00 +00:00
test(cypress) retry-ability, remove static delays- phase:1/5
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
@@ -154,6 +154,7 @@ export class _mainPage {
|
||||
cy.get('.v-window-item--active .nc-grid tr > th:last button').click({ force: true });
|
||||
cy.get('.nc-column-name-input input', { timeout: 3000 }).clear().type(colName)
|
||||
cy.get('.nc-col-create-or-edit-card').contains('Save').click()
|
||||
cy.toastWait('Update table.tablex successful')
|
||||
}
|
||||
|
||||
addColumnWithType = (colName, colType) => {
|
||||
|
||||
Reference in New Issue
Block a user