Skip to content
Snippets Groups Projects

ISTWCMS-5686 Update to layout_builder_styles 2.0.0

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -3026,7 +3026,7 @@ class UwWcmsBasicTest extends BrowserTestBase {
$this->assertSession()->pageTextContains('Administrative label');
$this->assertSession()->pageTextContains('Section ID');
$this->assertSession()->pageTextContains('Extra-wide contained width');
$this->assertSession()->optionExists('edit-layout-builder-style', 'Extra-wide contained width')->isSelected();
$this->assertSession()->optionExists('edit-layout-builder-style-default', 'uw_lbs_contained_width')->isSelected();
// No column widths on one column.
if ($section != 'One column') {
$this->assertSession()->pageTextContains('Column widths');
Loading