Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: d1ee1bb3d38b0184dd702751aa18f26432484d82 https://github.com/phpmyadmin/phpmyadmin/commit/d1ee1bb3d38b0184dd702751aa18... Author: Michal Čihař michal@cihar.com Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths: M test/selenium/PmaSeleniumCreateDropDatabaseTest.php M test/selenium/PmaSeleniumCreateRemoveUserTest.php M test/selenium/PmaSeleniumDbEventsTest.php M test/selenium/PmaSeleniumDbOperationsTest.php M test/selenium/PmaSeleniumDbProceduresTest.php M test/selenium/PmaSeleniumDbStructureTest.php M test/selenium/PmaSeleniumExportTest.php M test/selenium/PmaSeleniumImportTest.php M test/selenium/PmaSeleniumPrivilegesTest.php M test/selenium/PmaSeleniumTableBrowseTest.php M test/selenium/PmaSeleniumTableCreateTest.php M test/selenium/PmaSeleniumTableInsertTest.php M test/selenium/PmaSeleniumTableOperationsTest.php M test/selenium/PmaSeleniumTableStructureTest.php M test/selenium/PmaSeleniumTrackingTest.php M test/selenium/PmaSeleniumXssTest.php M test/selenium/TestBase.php
Log Message: ----------- Move waiting for elements after login to tests
We can not wait in login itself as it is used for failing tests as well.
Signed-off-by: Michal Čihař michal@cihar.com