feat: row expansion

This commit is contained in:
DarkPhoenix2704
2024-11-11 10:13:21 +05:30
parent e126456ca7
commit 5c6b198206
16 changed files with 1628 additions and 638 deletions

View File

@@ -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] });