Skip to content

Commit

Permalink
Dev: Fix create survey test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 18, 2018
1 parent 30c760f commit 282d626
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/controllers/CreateSurveyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ public function testCreateSurvey()

sleep(1);

// Remove notification.
// TODO: Since 2018-06-18, this does not longer work. "Cannot scroll into view". Could be
// a bug in Firefox, geckodriver, selenium or webdriver.
//$save = self::$webDriver->findElement(WebDriverBy::cssSelector('button.close.limebutton'));
//$save->click();
//sleep(1);

// Go to structure sidebar
$selectStructureSidebar = self::$webDriver->findElement(WebDriverBy::id('adminpanel__sidebar--selectorStructureButton'));
$selectStructureSidebar->click();
Expand Down

0 comments on commit 282d626

Please sign in to comment.