Skip to content

Commit 3216abf

Browse files
committed
update e2e
1 parent e16812c commit 3216abf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/insomnia-smoke-test/tests/smoke/pre-request-script-features.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ test.describe('pre-request features tests', async () => {
355355
// update proxy configuration
356356
await page.locator('[data-testid="settings-button"]').click();
357357
await page.locator('text=Insomnia Preferences').first().click();
358+
await page.getByRole('tab', { name: 'Proxy' }).click();
358359
await page.locator('text=Enable proxy').click();
359360
await page.locator('[name="httpProxy"]').fill('localhost:1111');
360361
await page.locator('[name="httpsProxy"]').fill('localhost:2222');

0 commit comments

Comments
 (0)