You are here

protected function DropzoneJsWebDriverTestBase::waitForAjaxToFinish in DropzoneJS 8.2

Waits for jQuery to become ready and animations to complete.

1 call to DropzoneJsWebDriverTestBase::waitForAjaxToFinish()
DropzoneJsEbWidgetTest::testUploadFile in tests/src/FunctionalJavascript/DropzoneJsEbWidgetTest.php
Tests the add widget with iframe form.

File

tests/src/FunctionalJavascript/DropzoneJsWebDriverTestBase.php, line 72

Class

DropzoneJsWebDriverTestBase
Base class for DropzoneJS Web driver functional test base.

Namespace

Drupal\Tests\dropzonejs\FunctionalJavascript

Code

protected function waitForAjaxToFinish() {
  $this
    ->assertSession()
    ->assertWaitOnAjaxRequest();
}