mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 08:26:43 +00:00
test: download csv
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
committed by
Muhammed Mustafa
parent
dc3f150c06
commit
31917d23ab
@@ -35,4 +35,15 @@ test.describe("Grid view locked", () => {
|
||||
|
||||
await dashboard.grid.toolbar.viewsMenu.verifyCollaborativeMode();
|
||||
});
|
||||
|
||||
test("Download CSV", async () => {
|
||||
// close 'Team & Auth' tab
|
||||
await dashboard.closeTab({ title: "Team & Auth" });
|
||||
await dashboard.treeView.openTable({ title: "Country" });
|
||||
|
||||
await dashboard.grid.toolbar.viewsMenu.click({
|
||||
menu: "Download",
|
||||
subMenu: "Download as CSV",
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user