Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LimeSurvey/LimeSurvey.git
Browse files Browse the repository at this point in the history
…into master_13513
  • Loading branch information
Shnoulle committed Jun 5, 2018
2 parents 08f2a9f + 81522fd commit d9f58f0
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 d9f58f0

Please sign in to comment.