jagdeepjain / sfapi

Automatically exported from code.google.com/p/sfapi
0 stars 0 forks source link

The doFlexClickDataGridUIComponent takes in 4 arguments which makes it unusable thru HTML tests #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The ClickCommands.as file has the following method:
doFlexClickDataGridUIComponent(datagridId:String, rowIndex:String,
colIndex:String, componentIndexInCell:String = "0")
2. Since Selenium tests done thru HTML can only pass 2 arguments, this
method should be refactored to take in one argument and parse out the
values like the getFlexDataGridCell() method does.  It maybe better to turn
this method into a raw* method.

What is the expected output? What do you see instead?

n/a

What version of the product are you using? On what operating system?

I'm looking at the latest code thru subversion

Please provide any additional information below.

Original issue reported on code.google.com by bkur...@gmail.com on 14 Dec 2009 at 6:31

GoogleCodeExporter commented 8 years ago
Fixed. Now it's taking two parameters.

Original comment by yugan...@gmail.com on 2 Jul 2010 at 3:01