[phpmyadmin/phpmyadmin] 3d0901: Remove most `sleep` calls from Selenium tests

Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 3d0901698d90c8e3d6d4cb19ca9f3557a46a2615 https://github.com/phpmyadmin/phpmyadmin/commit/3d0901698d90c8e3d6d4cb19ca9f... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2021-12-09 (Thu, 12 December 2021) -03:00 Changed paths: M test/selenium/Database/EventsTest.php M test/selenium/Database/OperationsTest.php M test/selenium/Database/QueryByExampleTest.php M test/selenium/ExportTest.php M test/selenium/ImportTest.php M test/selenium/LoginTest.php M test/selenium/Table/OperationsTest.php M test/selenium/TestBase.php Log Message: ----------- Remove most `sleep` calls from Selenium tests Uses instant scrolls instead of smooth scrolls. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev> Commit: b590e62918ad6d0d8d96594f642f79df18f6d708 https://github.com/phpmyadmin/phpmyadmin/commit/b590e62918ad6d0d8d96594f642f... Author: Maurício Meneghini Fauth <mauricio@fauth.dev> Date: 2021-12-09 (Thu, 12 December 2021) -03:00 Changed paths: M test/selenium/Database/EventsTest.php M test/selenium/Database/OperationsTest.php M test/selenium/Database/QueryByExampleTest.php M test/selenium/ExportTest.php M test/selenium/ImportTest.php M test/selenium/LoginTest.php M test/selenium/Table/OperationsTest.php M test/selenium/TestBase.php Log Message: ----------- Merge pull request #17236 from mauriciofauth/selenium-tests-sleep-removal Remove most `sleep` calls from Selenium tests
participants (1)
-
Maurício Meneghini Fauth