diff --git a/Tests/Acceptance/Backend/ContentCreationCest.php b/Tests/Acceptance/Backend/ContentCreationCest.php index 154facbd..607cd0d6 100644 --- a/Tests/Acceptance/Backend/ContentCreationCest.php +++ b/Tests/Acceptance/Backend/ContentCreationCest.php @@ -27,7 +27,7 @@ public function html5MediaCanBeCreated(BackendTester $I, PageTree $pageTree, Mod $I->switchToIFrame(); $I->waitForElement('.t3-new-content-element-wizard-inner'); - $I->click('Video / Audio'); + $I->click('.modal-body .tab-pane.active .panel-body .media-new-content-element-wizard:nth-child(9) strong'); $I->switchToContentFrame();