[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 5dd722: Revert "Try to open page in setUp."

Michal Čihař michal at cihar.com
Thu Mar 27 09:50:40 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 5dd722d4c3334da2ce4b9ff8360a439ba76b3c98
      https://github.com/phpmyadmin/phpmyadmin/commit/5dd722d4c3334da2ce4b9ff8360a439ba76b3c98
  Author: Michal Čihař <michal at 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/b53dd865b714f76b139763066d1cea528f0c9894
  Author: Michal Čihař <michal at 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 at cihar.com>


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/37e58a89612e...b53dd865b714


More information about the Git mailing list