mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 00:35:25 +00:00
test: fix PG project creation
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -186,7 +186,8 @@ export class _projectsPage {
|
||||
cy.get('.nc-extdb-proj-name').clear().type(projectName);
|
||||
|
||||
if (cred.databaseType === 1) {
|
||||
cy.get('.nc-extdb-db-type').select('PostgreSQL');
|
||||
cy.get('.nc-extdb-db-type').should('exist').click();
|
||||
cy.getActiveSelection().find('.ant-select-item-option').contains("PostgreSQL").click();
|
||||
}
|
||||
|
||||
if (cred.databaseName !== "") {
|
||||
|
||||
Reference in New Issue
Block a user