mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 11:06:41 +00:00
Merge branch 'develop' into feat/kanban-view
This commit is contained in:
@@ -584,8 +584,7 @@ export class _mainPage {
|
||||
|
||||
downloadAndVerifyCsvFromSharedView = (filename, verifyCsv) => {
|
||||
cy.get(".nc-actions-menu-btn").click();
|
||||
cy.get(".nc-project-menu-item")
|
||||
.contains("Download as CSV")
|
||||
cy.get(".nc-project-menu-item:contains('Download as CSV')")
|
||||
.should("exist")
|
||||
.click();
|
||||
|
||||
|
||||
@@ -110,6 +110,7 @@ export class _projectsPage {
|
||||
// close team & auth tab
|
||||
cy.getSettled("button.ant-tabs-tab-remove").should("be.visible").click();
|
||||
cy.get("button.ant-tabs-tab-remove").should("not.exist");
|
||||
cy.wait(2000);
|
||||
}
|
||||
|
||||
// Open existing project
|
||||
|
||||
Reference in New Issue
Block a user