Skip to content

Commit

Permalink
pkp#2072 Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Sep 5, 2019
1 parent 806e136 commit 2571de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PKPContentBaseTestCase.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ function assignReviewer($name) {
$this->waitJQuery();
sleep(2);
$this->waitForElementPresent($selector = 'css=[id^=component-grid-users-reviewer-reviewergrid-addReviewer-button-]');
$this->click($element);
$this->click($selector);
$this->waitJQuery();
sleep(2);
$this->waitForElementPresent('css=fieldset.pkpListPanel--selectReviewer');
Expand Down

0 comments on commit 2571de3

Please sign in to comment.