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.

hammerhead does not navigate to landing page after clicking log in button

See original GitHub issue

What 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:

  1. Run hammerhead proxy on your local.
  2. Navigate to: “https://secure.wufoo.com/login
  3. Enter username = “test_testcafe@sample.com” and password = “test123” and click on Confirm button.
  4. 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:closed
  • Created 4 years ago
  • Comments:15 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
AlexanderMoiseevcommented, Jun 19, 2020

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.

0reactions
github-actions[bot]commented, Jan 30, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

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