function NavigationWorkspacesUiTest::testWorkspacesNavigationButton
Tests the Workspaces button in the navigation bar.
File
-
core/
modules/ navigation/ tests/ src/ Functional/ NavigationWorkspacesUiTest.php, line 42
Class
Namespace
Drupal\Tests\navigation\FunctionalCode
public function testWorkspacesNavigationButton() : void {
$this->drupalGet('<front>');
$this->assertSession()
->statusCodeEquals(200);
$this->assertSession()
->elementAttributeContains('css', 'a.toolbar-button--icon--workspaces svg', 'width', '20');
$this->assertSession()
->elementAttributeContains('css', 'a.toolbar-button--icon--workspaces svg', 'class', 'toolbar-button__icon');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.