function NavigationWorkspacesUiTest::testWorkspacesNavigationButton

Tests the Workspaces button in the navigation bar.

File

core/modules/navigation/tests/src/Functional/NavigationWorkspacesUiTest.php, line 42

Class

NavigationWorkspacesUiTest
Tests for \Drupal\navigation\WorkspacesLazyBuilder.

Namespace

Drupal\Tests\navigation\Functional

Code

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.