function WebAssertTest::testPipeCharInLocator
Same name in this branch
- 10 core/tests/Drupal/FunctionalTests/WebAssertTest.php \Drupal\FunctionalTests\WebAssertTest::testPipeCharInLocator()
Same name in other branches
- 11.x core/tests/Drupal/FunctionalTests/WebAssertTest.php \Drupal\FunctionalTests\WebAssertTest::testPipeCharInLocator()
- 11.x core/tests/Drupal/Tests/Core/Test/WebAssertTest.php \Drupal\Tests\Core\Test\WebAssertTest::testPipeCharInLocator()
Tests linkExists() with pipe character (|) in locator.
@covers ::linkExists
File
-
core/
tests/ Drupal/ Tests/ Core/ Test/ WebAssertTest.php, line 181
Class
- WebAssertTest
- Tests WebAssert functionality.
Namespace
Drupal\Tests\Core\TestCode
public function testPipeCharInLocator() : void {
$this->visit('', '<a href="http://example.com">foo|bar|baz</a>');
$this->assertSession()
->linkExists('foo|bar|baz');
$this->addToAssertionCount(1);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.