| open |
/portal/public/default/ |
|
| windowMaximize |
|
|
| clickAndWait |
link=Visit the Acme Website |
|
| echo |
-- Login |
|
| click |
link=Login |
|
| waitForElementPresent |
username |
|
| type |
username |
root |
| type |
password |
gtn |
| clickAndWait |
link=Sign in |
|
| echo |
-- Registry new subscribe |
|
| waitForElementPresent |
link=Newsletters |
|
| click |
link=Newsletters |
|
| waitForElementPresent |
inputEmail |
|
| type |
inputEmail |
ykhue@gmail.com |
| echo |
-- Check to Subscribe |
|
| waitForElementPresent |
a-general#acme-trainings |
|
| check |
a-general#acme-trainings |
|
| waitForElementPresent |
link=Subscribe |
|
| click |
link=Subscribe |
|
| waitForTextPresent |
You are now subscribed to the selected newletters. |
|
| verifyTextPresent |
You are now subscribed to the selected newletters. |
|
| echo |
-- OK |
|
| waitForElementPresent |
//div[@id='UINewsletterViewerPortlet']//a[text()='OK'] |
|
| click |
//div[@id='UINewsletterViewerPortlet']//a[text()='OK'] |
|
| pause |
3000 |
|
| waitForElementPresent |
link=Forget this email |
|
| click |
link=Forget this email |
|
| echo |
-- Logout |
|
| waitForElementPresent |
link=Logout |
|
| clickAndWait |
link=Logout |
|