File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Element-Type: testcase
66Element-Version: 3.0
77External-Reference:
88Id: _Hgh7cLN3EeSIB87DbOtJCQ
9- Runtime-Version: 2.2 .0.qualifier
10- Save-Time: 5/23/17 12:19 PM
9+ Runtime-Version: 2.8 .0.202602281641
10+ Save-Time: 3/10/26, 9:28 PM
1111Testcase-Type: ecl
1212
1313------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
@@ -34,14 +34,12 @@ with [get-window "Control Panel - mockupsQ7 [Recording]"] {
3434}
3535
3636get-aut "mockupsQ7" | eval {
37-
38-
39-
4037 get-group "RCPTT-211 - Empty window in Assertion mode if tree or table column is unnamed"
4138 | get-tree | select TreeItem1 | click
4239}
4340
44- get-window "Control Panel - mockupsQ7 [Asserting]" | get-window "Assertion and Verification" | get-tree
45- | get-item "TreeItem \\(Basic Properties\\)/caption" | get-property "getText()" | equals caption | verify-true
46-
41+ try -times 10 -delay 10000 -command {
42+ get-window "Control Panel - mockupsQ7 [Asserting]" | get-window "Assertion and Verification" | get-tree
43+ | get-item "TreeItem \\(Basic Properties\\)/caption" | get-property "getText()" | equals caption | verify-true
44+ }
4745------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--
You can’t perform that action at this time.
0 commit comments