mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 09:26:36 +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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user