function BrowserTestBaseTest::testLinkExistsExact

Tests linkExistsExact() functionality.

See also

\Drupal\Tests\WebAssert::linkExistsExact()

File

core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php, line 211

Class

BrowserTestBaseTest
Tests BrowserTestBase functionality.

Namespace

Drupal\FunctionalTests

Code

public function testLinkExistsExact() {
  $this->drupalGet('test-pipe-char');
  $this->assertSession()
    ->linkExistsExact('foo|bar|baz');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.