You are here

private function InlineEntityFormTest::assertInlineEntityForm in Lightning Scheduler 8

Asserts that an inline entity form for field_inline_entity exists.

Return value

\Behat\Mink\Element\NodeElement The inline entity form element.

1 call to InlineEntityFormTest::assertInlineEntityForm()
InlineEntityFormTest::testHostEntityWithoutModeration in tests/src/Functional/InlineEntityFormTest.php

File

tests/src/Functional/InlineEntityFormTest.php, line 113

Class

InlineEntityFormTest
@group lightning_scheduler

Namespace

Drupal\Tests\lightning_scheduler\Functional

Code

private function assertInlineEntityForm() {
  return $this
    ->assertSession()
    ->elementExists('css', '#edit-field-inline-entity-wrapper');
}