Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix client-certificate tests #32691

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

mxschmitt
Copy link
Member

No description provided.

This comment has been minimized.

@mxschmitt mxschmitt force-pushed the fix-cc-tests2 branch 2 times, most recently from 8d4ff03 to 46dbe68 Compare September 18, 2024 16:47

This comment has been minimized.

@@ -365,7 +365,8 @@ test.describe('browser', () => {
});
expect(proxyServer.connectHosts).toEqual([]);
await page.goto(serverURL);
expect([...new Set(proxyServer.connectHosts)]).toEqual([`127.0.0.1:${new URL(serverURL).port}`]);
const host = browserName === 'webkit' && process.platform === 'darwin' ? 'localhost' : '127.0.0.1';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We rewrite it from local.playwright to localhost for WebKit/macOS.

This comment has been minimized.

@mxschmitt mxschmitt merged commit 61cbca6 into microsoft:main Sep 19, 2024
29 checks passed
Copy link
Contributor

Test results for "tests 1"

35512 passed, 659 skipped
✔️✔️✔️

Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants