You are here

public function MetatagAsyncWidgetTest::testMetatagAsyncWidgetStark in Metatag Asynchronous Widget 1.0.x

Tests the Metatag Async Widget with Stark.

File

tests/src/FunctionalJavascript/MetatagAsyncWidgetTest.php, line 56

Class

MetatagAsyncWidgetTest
Ensures that metatag_async_widget works with JavaScript enabled.

Namespace

Drupal\Tests\metatag_async_widget\FunctionalJavascript

Code

public function testMetatagAsyncWidgetStark() {
  $this
    ->doTestMetatagAsyncWidget('//li[contains(@class, "vertical-tabs__menu-item")]/a/strong[text()="Meta tags"]');
}