selenium-ide
selenium-ide copied to clipboard
Nested IF ELSE END not working as expected
🐛 Bug Report
I have a test with nested if statements and when the code hits the inner end statement, it should end the condition but instead it hits the outer ELSE statement.
To Reproduce**
See attached file for a screencast
Expected behavior**
The execution should end and jump out from the outer IF statement
Project file reproducing this issue (highly encouraged)
Licence Management UI - Copy.zip
Environment
OS: Selenium IDE Version: Latest --> Browser: Chrome Browser Version: 83
I think a work around in the IDE is to include an echo statement between the "end" of the inner-IF and the "else" of the outter-IF. Broken nested-if statements seems like it should have had some sort of response by now.