mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 17:07:45 +00:00
test: duplicate column modal
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -70,7 +70,7 @@ test.describe('Column menu operations', () => {
|
||||
});
|
||||
await dashboard.grid.column.duplicateColumn({
|
||||
title,
|
||||
expectedTitle: `${title}_copy_1`,
|
||||
expectedTitle: `${title} copy_1`,
|
||||
});
|
||||
}
|
||||
await dashboard.closeTab({ title: 'Film' });
|
||||
|
||||
Reference in New Issue
Block a user