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.

Selenium process takes 1 minute to finish

See original GitHub issue

Hi, this is probably unrelated to this, I’m not sure but… any help appreciated.

Currently my scenario only tests an element being visible and even though the assertion succeeds, after 1 minutes and I get a [Error: Step timed out after 60000 milliseconds] and then the selenium process finishes.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mucsi96commented, Feb 3, 2016

You need to call the callback.

  this.Given(/^I go to the "([^"]*)" page$/, function (page, callback) {
    // Write code here that turns the phrase above into concrete actions
    var path = paths.urlFor(page);
    this.url(path);
    callback();
  });

Can I close this issue?

0reactions
gus4nocommented, Feb 3, 2016

yes, thanks for the help!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is there an approach for waiting for a process to complete for 5 ...
It normally takes 2-5 minutes of time to complete the 'previewing' process and the stage changes to 'draft'. Explicit wait as per this...
Read more >
How To Speed Up Selenium Test Cases Execution?
Read on to know how to speed up Selenium test cases execution by following some of the selenium test automation best practices.
Read more >
Understanding Selenium Timeouts with Examples
Selenium Timeouts must be included to create effective, comprehensive and seamlessly running test cases.
Read more >
Selenium Wait commands - Implicit, Explicit and Fluent Wait
Therefore, WebDriver will wait for a maximum of 30 seconds. The pageLoadTimeout is a good option when you are looking to test the...
Read more >
Run Selenium tests at scale using AWS Fargate
Remove one instance if max(CPUUtilization) <= 30 in last 1 minute. ... The complete Selenium Hub load balancer URL will look like:.
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