Skip to content

Commit

Permalink
fix parentconfiguration - remove screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Jan 2, 2018
1 parent 93b7124 commit 4b616fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/surveys/MultipleChoiceWithExpressionTest.php
Expand Up @@ -62,7 +62,7 @@ public function testBasic()
// Check that equation reacts.
$equation = self::$webDriver->findElement(WebDriverBy::id('question' . $questions['equation1']->qid));
$equestionText = $equation->getText();
self::takeScreenShot('ywwww');

$trues = substr_count($equestionText, 'true');
$this->assertEquals(2, $trues, 'Found two "true"');

Expand Down

0 comments on commit 4b616fd

Please sign in to comment.