Skip to content

Commit

Permalink
Dev Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Feb 18, 2022
1 parent 2149299 commit 367f130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/backend/SaveEditedReponseTest.php
Expand Up @@ -94,6 +94,6 @@ public function testQuestionEditor()
$web->wait(10)->until(WebDriverExpectedCondition::visibilityOf($oNotifCOntainer));

$question = \Response::model(self::$surveyId)->findAllByAttributes([], 'id = :id', [':id' => $reponseID]);
$this->assertEquals('de', $question[0]->startlanguage);
$this->assertEquals('en', $question[0]->startlanguage);
}
}

0 comments on commit 367f130

Please sign in to comment.