blob: 346649365e5a6dfcdcee90712835785ec37fd35a [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _ymiyse5IEeCU6db9MgIBkA,_zT9OobVDEeGHo51xlkPHGw
Element-Name: ContextMenuActionsRecordingForBrowser
Element-Type: testcase
Element-Version: 3.0
External-Reference: http://jira4.xored.com/browse/QS-1111
Id: _EdBBULVEEeGHo51xlkPHGw
Runtime-Version: 2.4.2.qualifier
Save-Time: 4/3/19 5:59 PM
Tags: Recording, Browser
Testcase-Type: ecl
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa
Content-Type: text/plain
Entry-Name: .description
Copyright (c) 2009, 2014, 2018 Xored Software Inc and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Xored Software Inc - initial creation and/or initial documentation
--------------------------------------------------------------------------------
TEST STEPS
1. Open HTML report in browser
2. Select tab, open context menu
3. Select "Close"
EXPECTED RESULT
HTML report tab is closed
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa--
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-view "Test Explorer" | get-tree | select "Q7Project/AddSeveralPreferenceValuesInContext \\(1\\)_2012_06_13.html"
| double-click
get-tab-folder | get-property tabCount | equals 1 | verify-true
get-tab-folder | get-tab-item | get-menu Close | click
verify-error {
get-tab-folder| get-property tabCount | equals 1 | verify-true
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--