| open |
/portal/public/acme/ |
|
| windowMaximize |
|
|
| echo |
-- Login |
|
| click |
link=Login |
|
| waitForElementPresent |
username |
|
| type |
username |
root |
| type |
password |
gtn |
| clickAndWait |
link=Sign in |
|
| echo |
-- Go to Sites Explorer |
|
| clickAndWait |
link=Sites Explorer |
|
| echo |
--Set up quick filter by All Items |
|
| waitForElementPresent |
//div[@id='UIAllItems']/div/div[1]/div/div/div/div[2] |
|
| click |
//div[@id='UIAllItems']/div/div[1]/div/div/div/div[2] |
|
| echo |
--hide "Owned by me" field |
|
| waitForElementPresent |
showOwnedByUser |
|
| uncheck |
showOwnedByUser |
|
| click |
link=Save |
|
| echo |
--show "Owned by me" |
|
| waitForElementPresent |
//div[@id='UIAllItems']/div/div[1]/div/div/div/div[2] |
|
| click |
//div[@id='UIAllItems']/div/div[1]/div/div/div/div[2] |
|
| waitForElementPresent |
showOwnedByUser |
|
| check |
showOwnedByUser |
|
| click |
link=Save |
|
| echo |
-- Set up quick filter by Type |
|
| waitForElementPresent |
//div[@id='UIAllItemsByType']/div/div[1]/div/div/div/div[2] |
|
| click |
//div[@id='UIAllItemsByType']/div/div[1]/div/div/div/div[2] |
|
| echo |
--Hide Content field |
|
| waitForElementPresent |
Contents |
|
| uncheck |
Contents |
|
| click |
link=Save |
|
| echo |
--Show Content file |
|
| waitForElementPresent |
//div[@id='UIAllItemsByType']/div/div[1]/div/div/div/div[2] |
|
| click |
//div[@id='UIAllItemsByType']/div/div[1]/div/div/div/div[2] |
|
| check |
Contents |
|
| click |
link=Save |
|
| echo |
--Logout |
|
| clickAndWait |
link=Logout |
|