mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 16:48:21 +00:00
test: add row using right click context menu
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
committed by
Muhammed Mustafa
parent
190b3c26f6
commit
340f2c4ed3
@@ -67,5 +67,8 @@ test.describe("Table Column Operations", () => {
|
||||
columnHeader: "Title",
|
||||
value: "value_a",
|
||||
});
|
||||
|
||||
// add new row using right-click menu
|
||||
await grid.addRowRightClickMenu(0);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user