Skip to content
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

jest timeout option not working in selenium side runner ver 4.0.12 #1860

Open
NikhilHedau opened this issue Sep 17, 2024 · 1 comment
Open

Comments

@NikhilHedau
Copy link

NikhilHedau commented Sep 17, 2024

🐛 Bug Report

--jest-timeout option is not working with selenium side runner ver 4.0.12. The tests are running even when the timeout has occurred.
Output file. console-output.txt

I see this behaviour even when some commands are failing . Instead of the test failing the test continues to run.
PFA below output.

console.warn
Unexpected error occured during command: click-id=customer-email- retrying...

  at CommandNode.handleTransientError (node_modules/@seleniumhq/side-runtime/src/playback-tree/command-node.ts:234:15)
  at node_modules/@seleniumhq/side-runtime/src/playback-tree/command-node.ts:197:18

console.error
element click intercepted: Element is not clickable at point (572, 343). Other element would receive the click:

...

(Session info: chrome=128.0.6613.138)

  at CommandNode.handleTransientError (node_modules/@seleniumhq/side-runtime/src/playback-tree/command-node.ts:240:17)
  at node_modules/@seleniumhq/side-runtime/src/playback-tree/command-node.ts:197:18

To Reproduce

selenium-side-runner script.side -c "browserName=chrome" -o ~/Documents/test-data --debug --debug-startup --timeout 30000 --jest-timeout 10000

Expected behavior

The test should fail when the timeout has occurred.

Project file reproducing this issue (highly encouraged)

Side File . luma-mpa.txt

Environment

OS: Mac OS Sonoma 14.5
Selenium IDE Version: 3.17.2
Selenium SIDE Runner Version: 4.0.12
Node version: 20.11.1
Browser: Google Chrome
Browser Version: 128.0.6613.138
Chromedriver Version: 128.0.6613.84

@NikhilHedau
Copy link
Author

Hi @toddtarsi ,
Can you please check?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant