Skip to content

Commit

Permalink
Clear input fields to avoid duplicate texts
Browse files Browse the repository at this point in the history
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
  • Loading branch information
devenbansod committed Aug 20, 2017
1 parent a5d6c06 commit 94d8d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/selenium/PmaSeleniumDbEventsTest.php
Expand Up @@ -131,6 +131,7 @@ public function testAddEvent()
return true;
}

$this->byName("item_starts")->clear();
$this->byName("item_starts")->click();
$this->keys($startDate);
return null;
Expand All @@ -141,6 +142,7 @@ public function testAddEvent()
return true;
}

$this->byName("item_ends")->clear();
$this->byName("item_ends")->click();
$this->keys($endDate);
return null;
Expand Down

0 comments on commit 94d8d89

Please sign in to comment.