Skip to content

Commit

Permalink
fix mock flake
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Feb 9, 2024
1 parent 45edba1 commit d7d8683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia-smoke-test/tests/smoke/mock.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ test('can make a mock route', async ({ page }) => {

await page.getByRole('button', { name: 'Test' }).click();
await page.getByRole('tab', { name: 'Timeline' }).click();
await page.getByText('200').click();
await page.getByText('HTTP/2 200').click();
});

0 comments on commit d7d8683

Please sign in to comment.