selenium-ide
selenium-ide copied to clipboard
"Run" command finishes script execution without executing all commands
🐛 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
@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.