Skip to content

Commit 59bd262

Browse files
committed
Stabilize test
1 parent 428cdef commit 59bd262

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

rcpttTests/mockups/tests/EmptyWindowInAssertionMode.test

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Element-Type: testcase
66
Element-Version: 3.0
77
External-Reference:
88
Id: _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
1111
Testcase-Type: ecl
1212

1313
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
@@ -34,14 +34,12 @@ with [get-window "Control Panel - mockupsQ7 [Recording]"] {
3434
}
3535

3636
get-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--

0 commit comments

Comments
 (0)