You are here

public function ShareThisBlockHelpTest::testHelpPageContent in Sharethis block 8

Tests that the help page contains the markdown text.

Throws

ExpectationException

File

tests/src/Functional/ShareThisBlockHelpTest.php, line 73

Class

ShareThisBlockHelpTest
Class ShareThisBlockHelpTest

Namespace

Drupal\Tests\sharethis_block\Functional

Code

public function testHelpPageContent() {
  $this
    ->drupalGet('/admin/help/sharethis_block');
  $this
    ->assertSession()
    ->pageTextContains('Install the module as usual');
}