Skip to content

Commit 10c2f51

Browse files
committed
[WIP] default value
1 parent b8c6b1a commit 10c2f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Acceptance/Backend/LayoutCest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ public function canCreateContainerContentElement(BackendTester $I, PageTree $pag
160160
$I->executeJS("document.querySelector('" . $I->getNewRecordWizardSelector() . "').shadowRoot.querySelector('button[data-identifier=\"container_b13-2cols-with-header-container\"]').click()");
161161
}
162162
$I->switchToContentFrame();
163+
$I->waitForText('my-header');
163164
$I->click('Save');
164165
$I->waitForElementNotVisible('#t3js-ui-block');
165166
$I->click('Close');

0 commit comments

Comments
 (0)