Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Wait.collect reset method bug#2635

The reset method on the table returned by Wait.collect incorrectly sets a global variable called results rather than setting the results field of the table.

Fix:
in LuaWait.CollectLua, change results = {} to self.results = {}

7 months ago
Changed the status to
Planned
7 months ago
Changed the status to
In Progress
7 months ago
Changed the status to
Completed
7 months ago