AddDocumentTest
clickAndWait link=Test Subfolder
clickAndWait //input[@value='Add Document']
waitForElementPresent link=Use the classic uploader.
click link=Use the classic uploader.
pause 3000
waitForElementPresent _20_file
waitForElementPresent _20_title
waitForElementPresent _20_description
type _20_file L:\portal\build\portal-web\test\com\liferay\portalweb\portlet\documentlibrary\test_document.txt
type _20_title Test Document
type _20_description This is a test document!
clickAndWait //input[@value='Save']
waitForTextPresent Test Document.txt
This is a test document!