Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: bde484de57138b77382603d0001b3f90df66a479
https://github.com/phpmyadmin/phpmyadmin/commit/bde484de57138b77382603d0001…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M test/selenium/PmaSeleniumLoginTest.php
A test/selenium/TestBase.php
Log Message:
-----------
Do not use two levels of helper objects for Selenium tests
Just define base class for Selenium testing which includes all the magic
and others will inherit from it.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: af0db9ffb06c8f07d480033b19e4ca0948b25210
https://github.com/phpmyadmin/phpmyadmin/commit/af0db9ffb06c8f07d480033b19e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M test/selenium/TestConfig.php
Log Message:
-----------
Hardcoded browser setup for now
The old code did not make much sense anyway as it did overwrite the
setting as many times as it was included.
Signed-off-by: Michal Čihař <michal(a)cihar.com>