Michal Čihař
28345a5cd3
Skip QBE tests early
...
There is no need to bother with connecting to BrowserStack here.
Issue #13621
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-07 16:24:14 +02:00
Michal Čihař
2abb2db01d
Remove sleep after scrollToBottom, should not be necessary
...
The javascript is executed synchronously, so there should be no delay.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-07 15:17:06 +02:00
Michal Čihař
eabdf845c3
Fix waiting for AJAX popup disappear in Selenium tests
...
Waiting for ajax_message_num_1 works only on first AJAX request and
we're doing more of them. This should remove need for many consequent
sleeps as we were actually not properly waiting for element.
Also it's better to wrap this logic in separate method as it is used in
many places in the code.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-07 15:17:06 +02:00
Michal Čihař
eefc2cc47e
Skip broken test
...
See https://github.com/phpmyadmin/phpmyadmin/issues/13621
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-05 14:45:29 +02:00
Deven Bansod
b72b5ab5f1
Add navigateDatabase method to prevent navigation errors
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2017-08-22 16:42:37 +05:30
Deven Bansod
058546d29d
Add scrolling to bottom so that click goes through
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2017-08-15 17:20:43 +05:30
Deven Bansod
58be76e4e7
Add selenium tests for Query-by-example
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2017-08-15 16:10:37 +05:30