test: ci-cd route corrections

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-08-24 22:15:02 +05:30
parent 0be84ffa76
commit c4083d7635
6 changed files with 652 additions and 10 deletions

View File

@@ -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);