question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TestCafe hangs when running tests on Safari 15 (macOS Big Sur)

See original GitHub issue

What is your Test Scenario?

When trying to run any test on Safari 15, TestCafe hangs and can’t perform any test step without any error. The same test works fine on other browsers like Chrome or FireFox.

What is the Current behavior?

Once the site loads, TestCafe hangs

What is the Expected behavior?

TestCafe should run the test on Safari without any issue.

What is your web application and your TestCafe test code?

Your website URL :

https://www.easybib.com/

Test code:
import { Selector } from 'testcafe'

fixture`Sample Test Fixture`.page('https://www.easybib.com')

test('Sample Test Case', async t => {
  await t.click(Selector('[data-test="create-citations-btn"]'))
})

Steps to Reproduce:

  1. Execute the sample test provided above

Your Environment details:

  • testcafe version: 1.16.1
  • browser name and version: Safari 15.0
  • platform and version: macOS 11.6

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:4
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Farfurixcommented, Oct 21, 2021

@fadious

Hello,

Thank you for the example. I reproduced this issue. We will update this thread once we have any news.

2reactions
ayemelyanenko-cheggcommented, Oct 20, 2021

I am also seeing this issue on the same website with the same testcafe,safari and macOs versions

Read more comments on GitHub >

github_iconTop Results From Across the Web

Testcafe tests are not executed on MacBook Big Sur with ...
Using locally installed version of TestCafe. TestCafe requires permission to record the screen. Open 'System Preferences > Security & Privacy > ...
Read more >
Sitemap - LambdaTest
... -get-true-cross-browser-test-coverage-with-testCafe-and-lambdatest-webinar ... https://www.lambdatest.com/blog/macos-big-sur-preview-safari-14-are-now- ...
Read more >
TestCafe v1.18.2 Released | Framework | Release Notes
Tests with client scripts yield the “Cannot read property 'tests' of null” error (#6305 ); TestCafe hangs after failing to initialize a ...
Read more >
Untitled
Step in bindings snowboard buy, Hang wang, Young hearts run free dublin facebook, ... Wastewater grab samplers, Big sur california photo gallery.
Read more >
Awesome Stars - Source for https://arbal.github.io
... powered by Nginx. fxgst/writeable_root - Make the root directory writeable on macOS Big Sur. ... Linux Test Project http://linux-test-project.github.io/ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found