mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 23:37:23 +00:00
feat: row expansion
This commit is contained in:
@@ -439,9 +439,13 @@ test.describe('Clipboard support', () => {
|
||||
|
||||
await page.keyboard.press((await grid.isMacOs()) ? 'Meta+v' : 'Control+v');
|
||||
|
||||
// reload page
|
||||
await dashboard.rootPage.reload();
|
||||
await page.waitForTimeout(1000);
|
||||
|
||||
await grid.expandTableOverlay.upsert();
|
||||
|
||||
await page.waitForTimeout(1000);
|
||||
|
||||
// reload page
|
||||
// verify copied data
|
||||
for (let i = 4; i <= 5; i++) {
|
||||
await grid.cell.verify({ index: i, columnHeader: 'SingleLineText', value: cellText[i - 4] });
|
||||
|
||||
Reference in New Issue
Block a user