blob: e6ecc5d850ab224ed2df594bed3f8b74810d9952 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Element-Name: CheckLinksInDetailsTab
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _9fCTcFUUEeak2Y1KpcW4TQ
Runtime-Version: 2.1.0.201605312320
Save-Time: 8/3/16 1:36 PM
Testcase-Type: ecl
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa
Content-Type: text/plain
Entry-Name: .description
Select links in the editor and make sure that they are set in the dashboard
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa--
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
let [val review -value [create-review -server $serverURL]] {
runQueryAndOpenEditor [ $review ]
with [get-editor] {
get-tab-folder | get-tab-item Messages | click
}
// Click the author link in the editor and perform the check
get-editor | get-link "<a>admin<admin@localhost></a>" | click-link
assert-that-search-box-in-dashboard -is "owner:\"admin<admin@localhost>\" status:open"
// Click the changeId link in the editor and perform the check
get-editor | get-link [concat "<a>" [$review | get lastChangeId ]"</a>"] | click-link
assert-that-search-box-in-dashboard -is [$review | get lastChangeId]
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--