You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
420 B
14 lines
420 B
*** Settings ***
|
|
Library Selenium2Library
|
|
Resource ../Resource.robot
|
|
|
|
*** Variables ***
|
|
${Login_URL} https://opr-center-test.qniao.cn/#/user/login
|
|
|
|
*** Test Cases ***
|
|
LoginCase
|
|
Given User open Chrome with the url "${Login_URL}"
|
|
When User Login System with "15014242835" and "888888"
|
|
#Then Should Contain ${title} 首页 - 运营中心
|
|
AND Sleep 2s
|
|
THEN Close Browser
|