-
-
Notifications
You must be signed in to change notification settings - Fork 823
Closed
Labels
Description
If you put "for each" in a "for each", only the first iteration of the nested for each will be performed despite having data.
To Reproduce
NestedForeach.zip
I provided in the attached ZIP an example that console.log the issue.
Expected behavior
It should log "Number" from 1 to 15 but it stops at 5.
Environment
OS: Windows 10
Selenium IDE Version: Latest in stores.
Browser: Latest Chrome and Latest Firefox tested
DaveOoff