Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
There's a typo in SeleniumController in action "resultsAsXml".
In Line 67-68 it says
while(params."testTable.${++i}") {
test(params."testTable.${++i}")
}
but must say
while(params."testTable.${++i}") {
test(params."testTable.${i}")
}
otherwise every second result is skipped.
Thanks - I've updated this in version 0.6