Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-11Fix selenium TrackingTest William Desportes
2019-10-19Fix some deprecated phpunit methodsWilliam Desportes
2019-10-19Fix selenium DbProceduresTest as mysql does not truncate if the input does no...William Desportes
2019-02-25Fix QBE selenium testMaurício Meneghini Fauth
2018-12-22Fix TableBrowseTest Selenium testMaurício Meneghini Fauth
2018-11-01Add secondary tabs for database queryMaurício Meneghini Fauth
2018-05-07Fix TableCreateTest::testCreateTable Selenium testMaurício Meneghini Fauth
2018-01-16Simplify returnsGabriel Caruso
2017-12-18Fix class nameMichal Čihař
2017-12-18Fix exception handling in selenium testsMichal Čihař
2017-12-18Fix mysqli class nameMichal Čihař
2017-12-18Remove PmaSelenium prefix from Selenium testsMichal Čihař
2017-12-18Use PSR-4 for loading selenium tests and adjust their namesMichal Čihař
2017-12-15Remove type hinting from onNotSuccessfulTestMichal Čihař
2017-11-29Include timestamp when creating event in selenium testsMichal Čihař
2017-11-29Avoid horizontal scrollingMichal Čihař
2017-11-28Scroll element into viewMichal Čihař
2017-11-27Use fully CSS based iconsMichal Čihař
2017-11-13Remove sprites from the themesMichal Čihař
2017-10-16Fix test expectationMichal Čihař
2017-10-03Revert "Fix alignment of action and fixed tests #12167"Michal Čihař
2017-09-30Merge pull request #13702 from ankitjain28may/ankitjain28mayMaurício Meneghini Fauth
2017-09-28Include additional space in inputMichal Čihař
2017-09-25Fix alignment of action and fixed tests #12167ankitjain28may
2017-09-07Skip QBE tests earlyMichal Čihař
2017-09-07Add separate wait for message to disappearMichal Čihař
2017-09-07Add some missing AJAX waits in events/procedures/triggersMichal Čihař
2017-09-07Simplify waitAjaxMichal Čihař
2017-09-07Remove not needed waitForElementMichal Čihař
2017-09-07We need to scroll relatively as getBoundingClientRect returns offsetMichal Čihař
2017-09-07Ensure widgets are in the viewMichal Čihař
2017-09-07Simplify entering form valuesMichal Čihař
2017-09-07Remove sleeps from export testsMichal Čihař
2017-09-07Remove sleep after scrollToBottom, should not be necessaryMichal Čihař
2017-09-07Remove some no longer needed waits and sleepsMichal Čihař
2017-09-07Fixed waiting for event/procedure/trigger dropMichal Čihař
2017-09-07Share code for waiting for CodeMirrorMichal Čihař
2017-09-07Remove strange wait loopsMichal Čihař
2017-09-07Try getting element directly in waitForElementMichal Čihař
2017-09-07Run Chrome tests on WindowsMichal Čihař
2017-09-07Fix waiting for AJAX popup disappear in Selenium testsMichal Čihař
2017-09-05Skip broken testMichal Čihař
2017-08-23Add sleep to allow the tables to resize and prevent possible errorsDeven Bansod
2017-08-22Add navigateDatabase method to prevent navigation errorsDeven Bansod
2017-08-22Replace usleep with sleep callsDeven Bansod
2017-08-22Refactor methods in selenium testsDeven Bansod
2017-08-21Merge pull request #13594 from devenbansod/fix_selenium_2Michal Čihař
2017-08-20Clear input fields to avoid duplicate textsDeven Bansod
2017-08-20Fix another possible failure point in DbEvents - testAddEventDeven Bansod
2017-08-18Fix DbEvents testDeven Bansod