You are here

private function InlineEntityFormTest::assertInlineEntityForm in Lightning Workflow 8.3

Same name and namespace in other branches
  1. 8.2 modules/lightning_scheduler/tests/src/Functional/InlineEntityFormTest.php \Drupal\Tests\lightning_scheduler\Functional\InlineEntityFormTest::assertInlineEntityForm()

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 modules/lightning_scheduler/tests/src/Functional/InlineEntityFormTest.php

File

modules/lightning_scheduler/tests/src/Functional/InlineEntityFormTest.php, line 123

Class

InlineEntityFormTest
@group lightning_workflow @group lightning_scheduler

Namespace

Drupal\Tests\lightning_scheduler\Functional

Code

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