Skip to content

Commit

Permalink
Fix the case of a submit selector
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed May 13, 2020
1 parent dda060f commit 5deb7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/selenium/Database/QueryByExampleTest.php
Expand Up @@ -127,7 +127,7 @@ public function testQueryByExample()
$this->scrollToBottom();

/* Submit the query */
$this->waitForElement('cssSelector', 'input[value="Submit Query"]')->click();
$this->waitForElement('cssSelector', 'input[value="Submit query"]')->click();
$this->waitAjax();

$this->waitForElement('cssSelector', 'table.table_results');
Expand Down

0 comments on commit 5deb7f4

Please sign in to comment.