Skip to content

Commit

Permalink
Temp workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
otociulis committed Dec 6, 2024
1 parent fe733ef commit 175136c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ test('has title', async () => {

const installButton = page.getByText("Install")

await page.screenshot({ path: 'screenshot-install.png' });

await expect(installButton).toBeVisible();
await expect(installButton).toBeEnabled();

Expand Down

0 comments on commit 175136c

Please sign in to comment.