Skip to content

Commit

Permalink
Do not wait for ajax
Browse files Browse the repository at this point in the history
  • Loading branch information
ol0lll committed Sep 16, 2024
1 parent 6033363 commit 191da34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/FunctionalJavascript/ThunderArticleTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trait ThunderArticleTestTrait {
*/
public function nodeFillNew(array $fieldValues, string $type): void {
$this->drupalGet('node/add/' . $type);
$this->assertWaitOnAjaxRequest();

if (empty($fieldValues)) {
return;
}
Expand Down

0 comments on commit 191da34

Please sign in to comment.