Details
Description
get-editbox after activate-cell-edit fails if previous tree-table modification failed.
This may be caused by unclosed cell edit session.
Part 1
//try to edit base locale column item try { select "Symptoms/Example_Category Category/Label" | activate-cell-edit -column 1 get-editbox | set-text "Beispiel Kategorie" apply-cell-edit } -catch { select "Symptoms/Example_Category Category/Label" | cancel-cell-edit } //assert base locale column item is not editable get-item "Symptoms/Example_Category Category/Label" | get-property columns -index 1 | equals "Example_Category" | verify-true
Part 2
//edit locale translation select "Symptoms/Example_Category Category/Label" | activate-cell-edit -column 2 //Fails if part 2 was executed before get-editbox | set-text "Beispiel Kategorie" apply-cell-edit
Sub-Tasks
1. |
Create treetable mockup | ![]() |
![]() |
Vasili Gulevich |
The test is still failing in build 966
after the fix has been implemented.