public function IndexFormTest::testFormBehaviour in Elasticsearch Connector Autocomplete 8
Tests confirm form behaviour.
File
- tests/
src/ FunctionalJavascript/ IndexFormTest.php, line 44
Class
- IndexFormTest
- Defines a class for testing the form modifications.
Namespace
Drupal\Tests\elasticsearch_connector_autocomp\FunctionalJavascriptCode
public function testFormBehaviour() {
// Login as admin.
$this
->drupalLogin($this
->drupalCreateUser([], NULL, TRUE));
$this
->internalTestSaveSearchApiIndexForm();
$this
->internalTestConfirmForm();
$this
->internalTestTaxonomyIndex();
}