Skip to content

Commit

Permalink
trying stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmmcken committed Dec 22, 2023
1 parent d021d9e commit 4d45c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/table-operations.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ test('organize columns', async ({ page }) => {
await page.getByPlaceholder('Search').click();
await page.keyboard.type('dou');

// https://github.com/microsoft/playwright/issues/20203
await page.evaluate(() => document.fonts.ready);

await expect(
page.locator('.visibility-ordering-builder')
).toHaveScreenshot();
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d45c0c

Please sign in to comment.