hammerhead does not navigate to landing page after clicking log in button
See original GitHub issueWhat is your Scenario?
Login to “https://secure.wufoo.com/login” and verify the “Create New Form” button on the landing page.
What is the Current behavior?
Hammerhead doesn’t navigate to the landing page. Stays on the login page after supplying valid credentials and clicking on “Confirm” button.
What is the Expected behavior?
Should navigate to landing page after successful authentication.
What is your public web site URL?
https://secure.wufoo.com/login
Your website URL (or attach your complete example): https://secure.wufoo.com/login
Steps to Reproduce:
- Run hammerhead proxy on your local.
- Navigate to: “https://secure.wufoo.com/login”
- Enter username = “test_testcafe@sample.com” and password = “test123” and click on Confirm button.
- See the error: hammerhead stays in the same page and doesn’t navigate to landing page.
###Test Code:
import { Selector } from 'testcafe';
fixture('wufoo test suite')
.page(`https://secure.wufoo.com/login`);
test('My first wufoo test', async t => {
const username = Selector('#emailInput');
const password = Selector('#passwordLogin');
const login = Selector('#saveForm');
await t
.typeText(username, 'test_testcafe@sample.com')
.typeText(password, 'test123')
.click(login);
const createFormButtonText = await Selector('#forms-create-new').textContent;
await t.expect(createFormButtonText).eql('CREATE A NEW FORM');
});
Your Environment details:
- node.js version: 12.14.1, 10.16 , 10.14
- browser name and version: chrome (80.0.3987.100) , Chrome 76.0.3809.87, Firefox (
- platform and version: macOS 10.14
- other: Reproducible on multiple other chrome and firefox versions too.
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (4 by maintainers)
Top Results From Across the Web
Hammerhead causing Javascript error on login page #5853
Users navigate to our URL, click the "Login" button, and are ... If I navigate to this page in my browser there are...
Read more >Trigger route sync from Device - Hammerhead
Gone are the days when we need to log onto a laptop and click a sync button. This should be driven from the...
Read more >homepage is not loaded after clicking on login button
After clicking on login button I am getting the error in console as : Login.js:28 Uncaught TypeError: loginSubmit is not a function.
Read more >FAQ | HammerHead Trenchless Supplies
Once you are logged in, click “My Account” at the top of the screen. From the account dashboard, click “orders” where you will...
Read more >Hammerhead Updated CLIMBER Functionality No Longer ...
This means that for your more regular rides (or, when you're along for the ride on someone else's ride), you'll get all the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello,
We reproduced the issue, but didn’t manage to address it yet. Once we have any news, we will share here. Please bear with us.
We’re closing this issue after a prolonged period of inactivity. If it still affects you, please add a comment to this issue with up-to-date information. Thank you.