Test execution issues

Prev Next

Test execution in Autify Nexus can be disrupted by a variety of factors, including browser configuration problems, network connectivity issues, and errors within individual test steps. This section outlines the most common errors encountered during test execution, explains their likely causes, and provides actionable steps to help you identify and resolve them effectively.

Error: "Timeout 30000ms exceeded waiting for getByRole()"

Autify Nexus was unable to find the target element during test execution.

Resolution

You have many options to resolve this issue.

  • Re-record the step in the scenario and verify that the correct element can be found

  • In the step editor, click Advanced settings and add a specific selector

  • Convert the step into a Playwright step and change the selector being used in the code

  • Create a new JavaScript or Playwright step and use your own code to target the element and perform an action