blob: 325b126379c2a0d761ad201d7220640ba2baf409 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _k2NaAHwYEeaC-KGN0DI6Vw,_a10TIHwYEeaC-KGN0DI6Vw
Element-Name: Add Report to Link
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _bIJXwLMXEeargc_mJ1hPzA
Runtime-Version: 2.2.0.201706152316
Save-Time: 8/28/17 2:47 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-view Mapping | get-combo -after [get-label "Mapping base:"] | select test
get-view Mapping | get-tab-folder | get-tab-item Report | click
with [get-view Mapping | get-tree] {
select "\\/test\\/test1.txt/\"1\"/\"1\""
get-menu "Synchronize/Add Report" | click
}
with [get-window -class MultiLineTextDialog] {
get-editbox | set-text "New test report"
get-button OK | click
}
with [get-view Mapping | get-tree] {
get-item "\\/test\\/test1.txt/\"1\"/\"1\"/New test report" | get-property caption | equals "New test report" | verify-true
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--