mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 04:17:03 +00:00
test: ci-cd route corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -154,6 +154,8 @@ export class _projectsPage {
|
||||
cy.get('.nc-extdb-proj-name').should('exist');
|
||||
cy.get('.nc-extdb-btn-test-connection').should('exist');
|
||||
|
||||
// CY goes too fast at times, so wait for the page to load
|
||||
cy.wait(1000);
|
||||
|
||||
cy.get('.nc-extdb-proj-name').clear().type(projectName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user