-
Notifications
You must be signed in to change notification settings - Fork 672
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
maximizeWindow does not work on mac os 14.2.1 #8117
Comments
Hello @vasilyevi , I can't reproduce the issue on macOS 10.15.7 and 13.6.3 with TestCafe v3.5.0. Regarding the tests, they're available for the entire main API, including |
10.15.7? |
did you try chrome headed mode? |
I have the same issue on windows 10 with TestCafe v3.5.0 |
@PavelMor25 try with headed mode. |
@vasilyevi, I tried to reproduce it in Chrome 120.0.0.0 / Sonoma 14 / Node v18.17.1 in both headed and headless modes. Everything works as expected. Could you record the entire test run process? It might help us investigate the issue. @AlekseyKravtsov17, could you please specify the browser in which you encounter the issue and the version of Node.js you are using? |
@PavelMor25 I also use Chrome 120.0.0.0 and Node v16.17.0 |
maximizeWindow.zip Try it out |
Give me the email where I can send the recording |
Hello @vasilyevi, I was able to reproduce the issue from your example. For the team: Some test controller methods don't work in the @AlekseyKravtsov17, are you also using |
@PavelMor25 yes, I have the same test scenario as @vasilyevi |
@PavelMor25 please add tests on that also. When we can expect a fix? |
Hello @vasilyevi, |
same here with resize - glad you found it already :D Package.json Tested with Win11 / TestCafé 3.3.0 / 3.5.0 --> nok Worked smootly with TestCafé 2.6.2 |
Hello @Raydir, Thank you for sharing this information. If your usage scenario is different, please share a minimal working example with us. |
hm.. i had the same behaviour in beforeEach with Testcafe 3.5.0 However: Sorry for the missing minimal working example. |
…in NA mode (#8135) <!-- Thank you for your contribution. Before making a PR, please read our contributing guidelines at https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution We recommend creating a *draft* PR, so that you can mark it as 'ready for review' when you are done. --> ## Purpose ## Approach ## References closes #8117 ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail
Are you going to release the fix? |
Hello, We cannot give you an ETA for when we will release this fix. Hopefully, it will be in the next TestCafe release. |
does not work with node 20, but worked with node 18 |
Hello @vasilyevi, I couldn't reproduce the issue with Node 20. Could you please create a separate ticket and provide more details? Specifically:
|
What is your Scenario?
t.maximizeWindow()
What is the Current behavior?
does not work
What is the Expected behavior?
window have to be maximized
What is the public URL of the test page? (attach your complete example)
N/A
What is your TestCafe test code?
t.maximizeWindow()
Your complete configuration file
No response
Your complete test report
No response
Screenshots
No response
Steps to Reproduce
t.maximizeWindow()
TestCafe version
3.5.0
Node.js version
v18.17.0
Command-line arguments
npx testcafe
Browser name(s) and version(s)
No response
Platform(s) and version(s)
No response
Other
Could you add unit tests it's not a first time
The text was updated successfully, but these errors were encountered: