diff --git a/test/selenium/PmaSeleniumDbEventsTest.php b/test/selenium/PmaSeleniumDbEventsTest.php index 544150a6aefa..257caf170bf1 100644 --- a/test/selenium/PmaSeleniumDbEventsTest.php +++ b/test/selenium/PmaSeleniumDbEventsTest.php @@ -131,6 +131,7 @@ public function testAddEvent() return true; } + $this->byName("item_starts")->clear(); $this->byName("item_starts")->click(); $this->keys($startDate); return null; @@ -141,6 +142,7 @@ public function testAddEvent() return true; } + $this->byName("item_ends")->clear(); $this->byName("item_ends")->click(); $this->keys($endDate); return null;