Skip to content

Commit

Permalink
Fix screenshot flakeyness
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Mar 28, 2024
1 parent e20af50 commit 5e7790e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/rest-basic/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ test('rest editor basics', async ({ page, context, localApp, argosScreenshot })
await expect(queryEditor).toBeVisible();

const urlInput = queryEditor.getByLabel('url', { exact: true });
await urlInput.click();
await urlInput.fill('http://foo.bar');

await argosScreenshot('rest-editor', {
Expand Down

0 comments on commit 5e7790e

Please sign in to comment.