Skip to content

Commit

Permalink
fix: failing table operations e2e test (#1447)
Browse files Browse the repository at this point in the history
Fix breaking e2e tests on CI
  • Loading branch information
ethanalvizo authored Aug 15, 2023
1 parent e3b4cf2 commit 6d2cb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/table-operations.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@ test('advanced settings', async ({ page }) => {
const dropIndicator = page.locator('.lm_dragProxy');
await dragComponent(table, target, dropIndicator, 300);

await page.getByTestId('btn-page-close').first().click();
await page.getByTestId('btn-page-close').nth(1).click();
await page.getByTestId('btn-page-close').first().click();

await waitForLoadingDone(page);
});
Expand Down

0 comments on commit 6d2cb06

Please sign in to comment.