Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 5dd722d4c3334da2ce4b9ff8360a439ba76b3c98 https://github.com/phpmyadmin/phpmyadmin/commit/5dd722d4c3334da2ce4b9ff8360a... Author: Michal Čihař michal@cihar.com Date: 2014-03-27 (Thu, 27 Mar 2014)
Changed paths: M test/selenium/TestBase.php
Log Message: ----------- Revert "Try to open page in setUp."
This reverts commit 37e58a89612e2b845813ca953a7beaeb0552455b.
It needs to be done with existing session.
Commit: b53dd865b714f76b139763066d1cea528f0c9894 https://github.com/phpmyadmin/phpmyadmin/commit/b53dd865b714f76b139763066d1c... Author: Michal Čihař michal@cihar.com Date: 2014-03-27 (Thu, 27 Mar 2014)
Changed paths: M test/selenium/TestBase.php
Log Message: ----------- Workaround for Selenium tests with coverage
The phpunit-selenium tries to set cookie just after opening Selenium session, what fails (at least with Chrome) as the browser is currently pointing to data: URL and not our application one. So we need to set URL just as the Selenium session is opened.
Signed-off-by: Michal Čihař michal@cihar.com
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/37e58a89612e...b53dd865b714