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

"Run" command finishes script execution without executing all commands #1885

Open
edvinjunda opened this issue Jan 19, 2025 · 1 comment
Open

Comments

@edvinjunda
Copy link

🐛 Bug Report

Using "Run" command at the end of test script which is executed with other "Run" command cancels the execution of the main test script afterwards and sets script as finished.

To Reproduce

Use "Run" command at the end of the A test script which is used in B script with "Run" command.

Expected behavior

Test script execution is continued.

Project file reproducing this issue (highly encouraged)

Changed extension to ".txt" since it didn't allow to upload with ".side".
run bug workaround.txt
run bug.txt

Environment

OS: Windows 10, Windows 11
Selenium IDE Version: 4.0.1-beta.14
Browser: Google Chrome
Browser Version: 132.0.6834.83

@dwarwick
Copy link

dwarwick commented Jan 24, 2025

@edvinjunda , I just wanted to say thanks for reporting this bug. I can confirm this issue as well, and your detailed description helped me figure out a workaround for now.

Basically, what I did was create a 1 line test that was titled Wait for Dashboard which contained 1 wait method that waited for a dashboard element to be present. I then added run Wait for Dashboard to several of my tests, and then those tests stopped running. I had also mad some other changes, and couldn't figure out why my tests stopped running until I found this bug report. So for now, I got rid of Wait for Dashboard.

Thanks again.

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

2 participants