You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 })=>{awaitpage.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.
The text was updated successfully, but these errors were encountered:
Context:
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:
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.
The text was updated successfully, but these errors were encountered: