Main Click Filters
open /
click css=#media_4 > span
waitForCondition selenium.browserbot.getUserWindow().mediaPlotted==4 30000
waitForCondition typeof(selenium.browserbot.getUserWindow().allGraphData.data) == 'object' 10000
assertEval this.browserbot.getUserWindow().map.getLayersByName("Reports")[0] [object Object]
click css=#media_1 > span
waitForCondition selenium.browserbot.getUserWindow().mediaPlotted==1 30000
waitForCondition typeof(selenium.browserbot.getUserWindow().allGraphData.data) == 'object' 10000
assertEval this.browserbot.getUserWindow().map.getLayersByName("Reports")[0] [object Object]
click css=#media_2 > span
waitForCondition selenium.browserbot.getUserWindow().mediaPlotted==2 30000
waitForCondition typeof(selenium.browserbot.getUserWindow().allGraphData.data) == 'object' 10000
assertEval this.browserbot.getUserWindow().map.getLayersByName("Reports")[0] [object Object]
click css=div.filters.clearingfix > div > ul > li:nth(4) > #media_0 > span
waitForCondition selenium.browserbot.getUserWindow().mediaPlotted==0 30000
waitForCondition typeof(selenium.browserbot.getUserWindow().allGraphData.data) == 'object' 10000
assertEval this.browserbot.getUserWindow().map.getLayersByName("Reports")[0] [object Object]