Skip to content

Commit

Permalink
Dev: Remove ajax mode test since ajax mode is no longer supported". C…
Browse files Browse the repository at this point in the history
…hanged sleep() for another test
  • Loading branch information
Trischi80 committed Apr 15, 2020
1 parent 9307901 commit 0c542bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 144 deletions.
2 changes: 1 addition & 1 deletion tests/functional/backend/ChangeQuestionTemplateTest.php
Expand Up @@ -264,7 +264,7 @@ public function selectQuestionThemeForQuestion()
$option = $web->findByCss('#question_template option[value=bootstrap_buttons]');
$option->click();

sleep(1);
sleep(2);

// Save Question
$saveButton = $web->findElement(WebDriverBy::cssSelector('#save-button'));
Expand Down
143 changes: 0 additions & 143 deletions tests/functional/frontend/AjaxModeTest.php

This file was deleted.

0 comments on commit 0c542bc

Please sign in to comment.