Skip to content

Commit

Permalink
more wait removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendrapurohit committed Dec 17, 2023
1 parent ffc2f5b commit 42c2d2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/FunctionalJavascript/ActivitySubmissionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ private function addActivityFields($num = 1, $select_activity = FALSE) {

$this->getSession()->getPage()->clickLink('Activities');
$this->getSession()->getPage()->selectFieldOption('activity_number_of_activity', 1);
$this->assertSession()->assertWaitOnAjaxRequest();
$this->htmlOutput();

if ($select_activity) {
Expand Down

0 comments on commit 42c2d2e

Please sign in to comment.