Skip to content

Commit

Permalink
dev: inserted a sleep(2), test was failing but seems to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Trischi80 committed Nov 19, 2023
1 parent 8a8731b commit 0d957ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/backend/QuestionGroupEditorTest.php
Expand Up @@ -101,6 +101,7 @@ public function testCreateQuestionGroup()
$this->sendTextToEditor("description_de", "German description");

// Click save.
sleep(2);
$save = self::$webDriver->findElement(WebDriverBy::id('save-button'));
$save->click();

Expand Down

0 comments on commit 0d957ab

Please sign in to comment.