Skip to content

Commit

Permalink
Removed pause() from test
Browse files Browse the repository at this point in the history
no issue

- Removed pause() from test that leaked into the commit
  • Loading branch information
ronaldlangeveld committed May 22, 2024
1 parent cb3d613 commit 17707f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ test.describe('Snippet Plugin', async function () {
await page.keyboard.type('/snippet');
await page.keyboard.press('Enter');
await page.waitForSelector('[data-kg-card="image"]');
await page.pause();
expect(await page.$('[data-kg-card="image"]')).not.toBeNull();
});
});

0 comments on commit 17707f9

Please sign in to comment.