Commit Graph

9 Commits

Author SHA1 Message Date
Spun Nakandala
e6b0ded105 Docblocks added for selenium test classes 2013-03-04 10:36:05 +05:30
Michal Čihař
f780d01eae Merge remote-tracking branch 'ayushchd/unit_testing_local'
Conflicts:
	test/selenium/PmaSeleniumCreateDropDatabaseTest.php
2013-02-25 13:17:14 +01:00
Supun Nakandala
6ff5e7fe7f indentation refactored 2013-02-11 22:50:18 +05:30
Supun Nakandala
d5c3f91daa indentation refactored 2013-02-11 22:35:43 +05:30
Supun Nakandala
fcefcc8517 Further modified and removed php sleep calls 2013-02-10 23:48:28 +05:30
ayushchd
541538f099 Selenium Create Drop DB Test refactored to handle AJAX Content
I have refactored the Create/Drop Database test to handle the AJAX
content, it uses waitForElementPresent() method to wait for an ajax
response which should be more reliable than sleep(). Next, I have tried
to use more of cssSelectors rather than xpaths as cssselectors cope up
well with structural changes on the page. Not yet added to
AllSeleniumTests.php, waiting for approval.
2013-02-10 16:40:52 +05:30
ayushchd
dc986d9d74 CreateDropDatabaseTest refactored to handle AJAX content
I have refactored the Create/Drop Database test to handle the AJAX
content, it uses waitForElementPresent() method to wait for an ajax
response which should be more reliable than sleep(). Next, I have tried
to use more of cssSelectors rather than xpaths as cssselectors cope up
well with structural changes on the page. Not yet added to
AllSeleniumTests.php, waiting for approval.
2013-02-10 16:34:58 +05:30
Supun Nakandala
8163dc1c0b Existing selenium tests refactored s that they work with the latest revision.5 2013-02-10 15:57:41 +05:30
Yasitha Pandithawatta
0aca1fabad add create and drop database selenium test case 2012-07-23 22:12:36 +05:30