Fix failing test in CopyRecords-TableBrowse

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
This commit is contained in:
Deven Bansod 2017-07-25 19:28:27 +05:30
parent 068b531821
commit e6fdb15dc9

View File

@ -289,7 +289,8 @@ class PMA_SeleniumTableBrowseTest extends PMA_SeleniumBase
$this->byId("field_3_3")->clear();
$this->byId("field_2_3")->clear();
$this->byId("field_3_3")->value("2012-01-20 02:05:02");
$this->byId("field_3_3")->click();
$this->keys("2012-01-20 02:05:02");
$this->byId("field_2_3")->value("ABCDEFG");
usleep(1000000); // longer string takes longer to type