Skip to content

Commit

Permalink
Fix RCPTT tests - lifeline labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mbats committed May 29, 2015
1 parent cbd5123 commit d5463b2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Element-Version: 3.0
External-Reference:
Id: _4_fwkN-MEeSEJ-mMQXHd1A
Runtime-Version: 1.5.5.201503020312
Save-Time: 4/10/15 5:43 PM
Save-Time: 5/29/15 2:09 PM
Testcase-Type: ecl
Verifications: _OnPwkN-XEeSEJ-mMQXHd1A

Expand Down Expand Up @@ -45,8 +45,8 @@ with [get-editor "Test Sequence Diagram"] {
}
// Check diagram
// Check label in top of diagram
with [get-editor "Test Sequence Diagram" | get-label "Class1 : Class1 [1]"] {
get-property "getText()" | equals "Class1 : Class1 [1]" | verify-true
with [get-editor "Test Sequence Diagram" | get-label "Class1 : Cla..."] {
get-property "getText()" | contains "Class1 :" | verify-true
get-property "isVisible()" | equals true | verify-true
}
// Check Label in diagram area
Expand Down

0 comments on commit d5463b2

Please sign in to comment.