Selenium Plugin

Typo in SeleniumController in Action "resultsAsXml"

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major 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.

Activity

Hide
Paul Rule added a comment -

Thanks - I've updated this in version 0.6

Show
Paul Rule added a comment - Thanks - I've updated this in version 0.6

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: