Skip to content

Commit 6d2cb06

Browse files
authored
fix: failing table operations e2e test (#1447)
Fix breaking e2e tests on CI
1 parent e3b4cf2 commit 6d2cb06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/table-operations.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,8 @@ test('advanced settings', async ({ page }) => {
538538
const dropIndicator = page.locator('.lm_dragProxy');
539539
await dragComponent(table, target, dropIndicator, 300);
540540

541-
await page.getByTestId('btn-page-close').first().click();
542541
await page.getByTestId('btn-page-close').nth(1).click();
542+
await page.getByTestId('btn-page-close').first().click();
543543

544544
await waitForLoadingDone(page);
545545
});

0 commit comments

Comments
 (0)