Skip to content

Commit

Permalink
Fix screenshot flakeyness (#3341)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Mar 28, 2024
1 parent aec9918 commit b0b2de9
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 b0b2de9

Please sign in to comment.