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

[BUG] Site doesn't load on Windows webkit #13113

Closed
Nav-2d opened this issue Mar 28, 2022 · 1 comment
Closed

[BUG] Site doesn't load on Windows webkit #13113

Nav-2d opened this issue Mar 28, 2022 · 1 comment

Comments

@Nav-2d
Copy link
Contributor

Nav-2d commented Mar 28, 2022

Context:

  • Playwright Version: 1.20.1
  • Operating System: Windows 10
  • Node.js version: 12.22
  • Browser: Webkit
  • Extra: [any specific details about your environment]

Code Snippet

Help us help you! Put down a short code snippet that illustrates your bug and
that we can run and debug locally. For example:

test('example test', async ({ page }) => {
  await page.goto(<MY_URL>); //Can share the url privately on slack 
  await.page.pause();
});

//config.js
{
  name: 'Desktop Safari',
  use: { browserName: 'webkit' },
},

Describe the bug
I have site that doesn't load properly on Windows-webkit. Only a chat button is loaded and login form doesn't render at all. Works fine on Mac webkit.

@pavelfeldman
Copy link
Member

Folding into #12823

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

No branches or pull requests

2 participants