summaryrefslogtreecommitdiff
path: root/automated/linux/ui-browser-test/robot-test-scripts/chrome-test.robot
blob: dd205b2c74c72a631a34edf95af3c1880d084db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*** Settings ***
Library  Selenium2Library

*** Variables ***

*** Test Cases ***
Open-Google-Chrome-Browser-Test
    [Documentation]  Test program to open and close google-chrome browser
    [Tags]  smoketest
    Open Browser  http://www.linaro.org  chrome
    sleep    5s
    Close Browser

*** Keywords ***