You are here

protected function InsertFileTestBase::saveInsertConfig in Insert 8.2

Parameters

\Behat\Mink\Element\DocumentElement $page:

6 calls to InsertFileTestBase::saveInsertConfig()
InsertColorboxTest::testGallery in modules/insert_colorbox/tests/src/FunctionalJavaScript/InsertColorboxTest.php
InsertColorboxTest::testLinkWidgetSetting in modules/insert_colorbox/tests/src/FunctionalJavaScript/InsertColorboxTest.php
InsertFileTest::testAbsoluteUrlSetting in tests/src/FunctionalJavaScript/InsertFileTest.php
InsertFileTest::testAdditionalCssClassesSetting in tests/src/FunctionalJavaScript/InsertFileTest.php
InsertFileTest::testInsertImagePerFileField in tests/src/FunctionalJavaScript/InsertFileTest.php

... See full list

File

tests/src/FunctionalJavaScript/InsertFileTestBase.php, line 66

Class

InsertFileTestBase

Namespace

Drupal\Tests\insert\FunctionalJavascript

Code

protected function saveInsertConfig($page) {
  $page
    ->findButton('edit-submit')
    ->click();
  $this
    ->assertSession()
    ->waitForElement('css', 'role[contentinfo]');
}