open |
/portal/public/classic/ |
|
echo |
--Login by Demo account-- |
|
windowMaximize |
|
|
click |
link=Sign in |
|
waitForElementPresent |
username |
|
type |
username |
demo |
type |
password |
gtn |
clickAndWait |
//div[@id='UIPortalLoginFormAction']/div/div/div |
|
verifyText |
link=Demo gtn |
Demo gtn |
clickAndWait |
link=Sign out |
|
echo |
--Login by Mary account-- |
|
waitForElementPresent |
link=Sign in |
|
click |
link=Sign in |
|
waitForElementPresent |
username |
|
type |
username |
mary |
type |
password |
gtn |
clickAndWait |
//div[@id='UIPortalLoginFormAction']/div/div/div |
|
verifyText |
link=Mary Kelly |
Mary Kelly |
clickAndWait |
link=Sign out |
|