mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 18:45:49 +00:00
feat(testing): Moved toolbar to commons folder
This commit is contained in:
@@ -26,7 +26,7 @@ test.describe("Table Column Operations", () => {
|
||||
await grid.column.verify({ title: "column_name_b" });
|
||||
|
||||
await grid.column.delete({ title: "column_name_b" });
|
||||
await grid.column.verify({ title: "column_name_b", isVisible: true });
|
||||
await grid.column.verify({ title: "column_name_b", isVisible: false });
|
||||
|
||||
await grid.addNewRow({ index: 0, value: `Row 0` });
|
||||
await grid.verifyRow({ index: 0 });
|
||||
|
||||
Reference in New Issue
Block a user