diff --git a/src/Tests/ParagraphsCollectionOverviewTest.php b/src/Tests/ParagraphsCollectionOverviewTest.php index 65a2dcb..a29f7b5 100644 --- a/src/Tests/ParagraphsCollectionOverviewTest.php +++ b/src/Tests/ParagraphsCollectionOverviewTest.php @@ -54,9 +54,9 @@ class ParagraphsCollectionOverviewTest extends ParagraphsExperimentalTestBase { $this->assertText('Used in'); // Check that a concrete grid layout is displayed. - $this->assertText('Two columns'); - $this->assertText('Defines a two column layout with 8-4 widths'); - $this->assertText('paragraphs_two_column'); + $this->assertText('Three columns 1 - 1 - 2'); + $this->assertText('Three columns layout of 1/4, 1/4 and 1/2 width.'); + $this->assertText('paragraphs_collection_demo_1_1_2_column'); $this->assertLink('Grid'); $this->assertLinkByHref('/admin/structure/paragraphs_type/grid');