AssertImportLARTest
open /web/guest/home/
waitForElementPresent link=Image Gallery Test Page
clickAtAndWait link=Image Gallery Test Page
waitForText //td[1]/a[1] Test Folder
This is a test folder!
assertText //td[1]/a[1] Test Folder
This is a test folder!
waitForText //tr[4]/td[1]/a[1] Test3 Folder3
This is a test3 folder3.
assertText //tr[4]/td[1]/a[1] Test3 Folder3
This is a test3 folder3.
clickAtAndWait //a/strong
waitForText //td[1]/a Test Subfolder
This is a test subfolder!
assertText //td[1]/a Test Subfolder
This is a test subfolder!
open /web/guest/home/
waitForElementPresent link=Image Gallery Test Page
clickAtAndWait link=Image Gallery Test Page
clickAtAndWait //tr[4]/td[1]/a[1]/strong
waitForText //td[1]/a Test3 Subfolder3
This is a test3 subfolder3.
assertText //td[1]/a Test3 Subfolder3
This is a test3 subfolder3.
clickAtAndWait //a/strong
waitForElementPresent //img[@alt='Test Image - This is the Liferay logo!']
assertElementPresent //img[@alt='Test Image - This is the Liferay logo!']