Test suite results

result: passed
totalTime: 30
numTestTotal: 2
numTestPasses: 2
numTestFailures: 0
numCommandPasses: 0
numCommandFailures: 0
numCommandErrors: 0
Selenium Version: 2.7
Selenium Revision: .0
Test Suite
Login as Super User
EditConfigAddAndSave
 
cases/LoginSuperUser.html
Login as Super User
setSpeed 1000
open index.php/zurmo/default/login
waitForPageToLoad
type LoginForm_username super
type LoginForm_password super
click Login
waitForPageToLoad
waitForText //div[@id='HeaderLinksView']/div/div[2]/ul[1]/li/a/span super
 
cases/PortletsEditConfigAddAndSave.html
EditConfigAddAndSave
setSpeed 1000
open index.php/accounts/default
waitForPageToLoad
clickAndWait //div[@id='MenuView']/ul/li[1]/a/span[2]
click HomeDashboard1_4_EditLink
waitForText ui-dialog-title-modalContainer Edit Portlet
store javascript{Math.floor(Math.random()*11000)} randomSuffix
type MyListForm_title TestTitle ${randomSuffix}
click save
waitForText //li[@id='HomeDashboard1_4']/div[1]/h3 TestTitle ${randomSuffix}
click AddPortletLink
waitForElementPresent //div[@id='HomeDashboardPortletSelectionView']/ul/li[1]/a
click //div[@id='HomeDashboardPortletSelectionView']/ul/li[1]/a
waitForPageToLoad
waitForTextPresent Dashboard
 
info: Starting test /selenium-server/tests/cases/LoginSuperUser.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/zurmo/default/login |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |type | LoginForm_username | super |
info: Executing: |type | LoginForm_password | super |
info: Executing: |click | Login |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForText | //div[@id='HeaderLinksView']/div/div[2]/ul[1]/li/a/span | super |
info: Starting test /selenium-server/tests/cases/PortletsEditConfigAddAndSave.html
info: Executing: |setSpeed | 1000 |  |
info: Executing: |open | index.php/accounts/default |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |clickAndWait | //div[@id='MenuView']/ul/li[1]/a/span[2] |  |
info: Executing: |click | HomeDashboard1_4_EditLink |  |
info: Executing: |waitForText | ui-dialog-title-modalContainer | Edit Portlet |
info: Executing: |store | javascript{Math.floor(Math.random()*11000)} | randomSuffix |
info: Executing: |type | MyListForm_title | TestTitle ${randomSuffix} |
info: Executing: |click | save |  |
info: Executing: |waitForText | //li[@id='HomeDashboard1_4']/div[1]/h3 | TestTitle ${randomSuffix} |
info: Executing: |click | AddPortletLink |  |
info: Executing: |waitForElementPresent | //div[@id='HomeDashboardPortletSelectionView']/ul/li[1]/a |  |
info: Executing: |click | //div[@id='HomeDashboardPortletSelectionView']/ul/li[1]/a |  |
info: Executing: |waitForPageToLoad |  |  |
info: Executing: |waitForTextPresent | Dashboard |  |