mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 06:46:51 +00:00
test: field, filter, sort
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
committed by
Muhammed Mustafa
parent
6c492f1a9c
commit
b20dac304d
@@ -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", isDeleted: true });
|
||||
await grid.column.verify({ title: "column_name_b", isVisible: true });
|
||||
|
||||
await grid.addNewRow({ index: 0 });
|
||||
await grid.verifyRow({ index: 0 });
|
||||
|
||||
Reference in New Issue
Block a user