Skip to content

Commit

Permalink
Dev: fixed Create survey test
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikvitt committed Jun 4, 2018
1 parent c3d2521 commit 81522fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/controllers/CreateSurveyTest.php
Expand Up @@ -110,7 +110,7 @@ public function testCreateSurvey()
// Click on big "Create survey" button.
$link = self::$webDriver->wait(10)->until(
WebDriverExpectedCondition::elementToBeClickable(
WebDriverBy::cssSelector('#panel-1 .panel-body-link a')
WebDriverBy::cssSelector('#panel-1[data-url]')
)
);
$link->click();
Expand Down

0 comments on commit 81522fd

Please sign in to comment.