You are here

public function ClassyParagraphsTest::testStyleConfigurationPage in Classy paragraphs 8

Assert that the configuration link appears.

File

src/Tests/ClassyParagraphsTest.php, line 71

Class

ClassyParagraphsTest
Tests the classy_paragraphs_test module.

Namespace

Drupal\classy_paragraphs\Tests

Code

public function testStyleConfigurationPage() {
  $this
    ->drupalGet('admin/structure/classy_paragraphs_style');
  $this
    ->assertText('Classy paragraphs style');
}