-
Notifications
You must be signed in to change notification settings - Fork 675
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
Non Responsive Ui Button #8127
Comments
Hello @Devdatt-Joshi, I was able to reproduce the issue. |
yes, this issue is resolved now for VS Code but still getting the same error for Desktop Application of TestCafe and not able to Disable the Proxys. Please refer below attached video for the same. TestCafe.issue.mp4 |
i have changed the setting also tried with settings>>Bypass proxy for>> but not working getting same issue |
Hello @Devdatt-Joshi, The option to disable proxy mode is planned for the next TestCafe Studio update. Please stay tuned for updates. Unfortunately, there is currently no solution or workaround to the issue in TestCafe Studio. Since this issue is reproducible only in TestCafe Studio, I'll close the issue as it works as expected in TestCafe with native automation mode. |
What is your Scenario?
Verify weather user is able to Login To the Portal
What is the Current behavior?
User is not Able to login to the portal because login button is not getting pressed
What is the Expected behavior?
user is able to login and "Login" button got is clicked.
What is the public URL of the test page? (attach your complete example)
I have written a test case in this test case we are logging to our portal but Login button is non responsive now.
Initially is was working but from last 5 days i am observing the same. I am Blocked with the further execution because initial stage itself is not working. even when we press this "Login" Button on screen displayed in test cafe screen its not working.
But this Button is working on my local on same browser having same version, only when i am running this test case from TestCafe Its failing.
URL : https://qa-rapidquoteui-appservice.azurewebsites.net/app/dashboard
What is your TestCafe test code?
await t.wait(10000);
await t.click(Selector('button[class="MuiButtonBase-root MuiButton-root MuiButton-contained jss40 MuiButton-containedPrimary"][type="submit"]'));
await t.wait(10000);
Your complete configuration file
No response
Your complete test report
No response
Screenshots
Steps to Reproduce
1.Open https://qa-rapidquoteui-appservice.azurewebsites.net/app/dashboard
2.Click on Login Button
TestCafe version
3.3.0
Node.js version
v20.10.0
Command-line arguments
testcafe chrome .\App_Process.js
Browser name(s) and version(s)
Chrome 120.0.0.0
Platform(s) and version(s)
Windows 11
Other
the button is clickable manually but not clickable using Test cafe.
The text was updated successfully, but these errors were encountered: