Details
Description
Steps in test:
- Open "Dialog CellEdit Table Test"
- Select line "root2"
- Set cursor to second column in this line
- Set text 78
Test script:
with [get-view "Q7 Quality Mockups" | get-group "Dialog CellEdit Table Test" | get-table] { select root2 | activate-cell-edit -column 1 get-editbox | set-text 78 get-button "..." | click apply-cell-edit }
This test is failed:
Caused by: The Text "[]" could not be found.
"CellEditor" in dogfood test is failed with the same error. (http://build.xored.com/browse/Q7-Q7D12-DFE42-741)
Nastya, is it still reproducible?