Import Orgs
click link=Organization
waitForElementPresent css=div.ui-dialog
click css=div.ui-dialog span.glyphicons.glyphicons-file-import
waitForElementPresent id=frmImportPopup
type name=csv_file {{path_to_tests}}resources/Organizations.csv
click css=div.ui-dialog button[type="submit"]
waitForElementPresent id=frmImport
select xpath=(//select[@name='column[]'])[4] label=Column 1: Name
select xpath=(//select[@name='column[]'])[2] label=Column 2: Country
select xpath=(//select[@name='column[]'])[9] label=Column 3: Website
click css=#frmImport button.submit
waitForElementNotPresent id=frmImport
click css=div.ui-dialog button.ui-dialog-titlebar-close
waitForElementNotPresent id=frmImportPopup