Skip to content

Commit

Permalink
This is now input
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Feb 19, 2014
1 parent 3de6a08 commit 9a3aac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/selenium/PmaSeleniumTableBrowseTest.php
Expand Up @@ -212,12 +212,12 @@ public function testChangeRecordsByDoubleClick()
$this->doubleclick();

$this->assertEquals(
$this->byCssSelector("textarea.edit_box")->value(),
$this->byCssSelector("input.edit_box")->value(),
"abcd"
);

$this->byCssSelector("textarea.edit_box")->clear();
$this->byCssSelector("textarea.edit_box")->value("abcde");
$this->byCssSelector("input.edit_box")->clear();
$this->byCssSelector("input.edit_box")->value("abcde");
$this->keys(PHPUnit_Extensions_Selenium2TestCase_Keys::RETURN_);

$success = $this->waitForElement(
Expand Down

0 comments on commit 9a3aac6

Please sign in to comment.