[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 00f3d5: Fix selenium tests related to Table

Michal Čihař michal at cihar.com
Tue Jul 25 13:57:05 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 00f3d5701e1c31ab848c6ac58eabd0e26940570e
      https://github.com/phpmyadmin/phpmyadmin/commit/00f3d5701e1c31ab848c6ac58eabd0e26940570e
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2017-07-18 (Tue, 18 Jul 2017)

  Changed paths:
    M templates/columns_definitions/column_auto_increment.twig
    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/TestBase.php

  Log Message:
  -----------
  Fix selenium tests related to Table

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 77a06252b21b84a0fe124afb5a191f131c26159c
      https://github.com/phpmyadmin/phpmyadmin/commit/77a06252b21b84a0fe124afb5a191f131c26159c
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2017-07-18 (Tue, 18 Jul 2017)

  Changed paths:
    M test/selenium/PmaSeleniumExportTest.php

  Log Message:
  -----------
  Fix export related tests

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: e1bbc6465230c0fc284d0a1ff38e68d437c8f2af
      https://github.com/phpmyadmin/phpmyadmin/commit/e1bbc6465230c0fc284d0a1ff38e68d437c8f2af
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2017-07-18 (Tue, 18 Jul 2017)

  Changed paths:
    M test/selenium/PmaSeleniumTrackingTest.php

  Log Message:
  -----------
  Fix tracking related tests

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: e6f91c8562b0d8261b767e600f7adfbad285794a
      https://github.com/phpmyadmin/phpmyadmin/commit/e6f91c8562b0d8261b767e600f7adfbad285794a
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2017-07-18 (Tue, 18 Jul 2017)

  Changed paths:
    M test/selenium/PmaSeleniumXssTest.php

  Log Message:
  -----------
  Fix xss related tests

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 46818098ed1f5a689deea4056d9d88bbb3b49d33
      https://github.com/phpmyadmin/phpmyadmin/commit/46818098ed1f5a689deea4056d9d88bbb3b49d33
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2017-07-18 (Tue, 18 Jul 2017)

  Changed paths:
    M test/start-local-server

  Log Message:
  -----------
  Remove unnecessary output from travis job log

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 6bb71ee6f9ffe6f11426bad5e17ac1f1721cffbb
      https://github.com/phpmyadmin/phpmyadmin/commit/6bb71ee6f9ffe6f11426bad5e17ac1f1721cffbb
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2017-07-18 (Tue, 18 Jul 2017)

  Changed paths:
    M test/start-local-server

  Log Message:
  -----------
  Fix starting local PHP server without logs

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 4083e032670f92486d10a4969d3f034eed25e868
      https://github.com/phpmyadmin/phpmyadmin/commit/4083e032670f92486d10a4969d3f034eed25e868
  Author: Deven Bansod <devenbansod.bits at gmail.com>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M test/selenium/PmaSeleniumCreateDropDatabaseTest.php
    M test/selenium/PmaSeleniumDbEventsTest.php
    M test/selenium/PmaSeleniumDbOperationsTest.php
    M test/selenium/PmaSeleniumDbProceduresTest.php
    M test/selenium/PmaSeleniumExportTest.php
    M test/selenium/PmaSeleniumImportTest.php
    M test/selenium/PmaSeleniumTableBrowseTest.php
    M test/selenium/PmaSeleniumTableCreateTest.php
    M test/selenium/PmaSeleniumTableInsertTest.php
    M test/selenium/PmaSeleniumTableStructureTest.php
    M test/selenium/PmaSeleniumTrackingTest.php
    M test/selenium/PmaSeleniumXssTest.php
    M test/start-local-server

  Log Message:
  -----------
  Fix tests

Signed-off-by: Deven Bansod <devenbansod.bits at gmail.com>


  Commit: 068b5318218b80bec6b9596bfb734a579253a96a
      https://github.com/phpmyadmin/phpmyadmin/commit/068b5318218b80bec6b9596bfb734a579253a96a
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-25 (Tue, 25 Jul 2017)

  Changed paths:
    M templates/columns_definitions/column_auto_increment.twig
    M test/selenium/PmaSeleniumCreateDropDatabaseTest.php
    M test/selenium/PmaSeleniumDbEventsTest.php
    M test/selenium/PmaSeleniumDbOperationsTest.php
    M test/selenium/PmaSeleniumDbProceduresTest.php
    M test/selenium/PmaSeleniumExportTest.php
    M test/selenium/PmaSeleniumImportTest.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
    M test/start-local-server

  Log Message:
  -----------
  Merge pull request #13520 from devenbansod/fix_selenium_tests_2

Fix more selenium tests


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/c9a10b4cfbe1...068b5318218b


More information about the Git mailing list