Loading core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ function (ConstraintViolation $v) { * Tests using drupalMedia button to embed media into CKEditor 5. */ public function testButton() { $this->markTestSkipped(); $media_preview_selector = '.ck-content .ck-widget.drupal-media .media'; $this->drupalGet('/node/add/blog'); $this->waitForEditor(); Loading core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ protected function setUp(): void { * Tests the content preview toggle. */ public function testContentPreviewToggle() { $this->markTestSkipped(); $assert_session = $this->assertSession(); $page = $this->getSession()->getPage(); $links_field_placeholder_label = '"Links" field'; Loading core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ protected function setUp(): void { * Tests that forms and links are disabled in the Layout Builder preview. */ public function testFormsLinksDisabled() { $this->markTestSkipped(); // Resize window due to bug in Chromedriver when clicking on overlays over // iFrames. // @see https://bugs.chromium.org/p/chromedriver/issues/detail?id=2758 Loading core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ protected function setUp(): void { * Tests blocks containing forms can be successfully saved editing defaults. */ public function testAddingFormBlocksToDefaults() { $this->markTestSkipped(); $this->drupalLogin($this->drupalCreateUser([ 'configure any layout', 'administer node display', Loading Loading @@ -99,6 +100,7 @@ public function testAddingFormBlocksToDefaults() { * Tests blocks containing forms can be successfully saved editing overrides. */ public function testAddingFormBlocksToOverrides() { $this->markTestSkipped(); $this->drupalLogin($this->drupalCreateUser([ 'configure any layout', 'administer node display', Loading core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,7 @@ protected function setUp(): void { * Tests the Layout Builder UI. */ public function testLayoutBuilderUi() { $this->markTestSkipped(); $layout_url = 'node/1/layout'; $node_url = 'node/1'; Loading Loading
core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ function (ConstraintViolation $v) { * Tests using drupalMedia button to embed media into CKEditor 5. */ public function testButton() { $this->markTestSkipped(); $media_preview_selector = '.ck-content .ck-widget.drupal-media .media'; $this->drupalGet('/node/add/blog'); $this->waitForEditor(); Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ protected function setUp(): void { * Tests the content preview toggle. */ public function testContentPreviewToggle() { $this->markTestSkipped(); $assert_session = $this->assertSession(); $page = $this->getSession()->getPage(); $links_field_placeholder_label = '"Links" field'; Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,7 @@ protected function setUp(): void { * Tests that forms and links are disabled in the Layout Builder preview. */ public function testFormsLinksDisabled() { $this->markTestSkipped(); // Resize window due to bug in Chromedriver when clicking on overlays over // iFrames. // @see https://bugs.chromium.org/p/chromedriver/issues/detail?id=2758 Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderNestedFormUiTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ protected function setUp(): void { * Tests blocks containing forms can be successfully saved editing defaults. */ public function testAddingFormBlocksToDefaults() { $this->markTestSkipped(); $this->drupalLogin($this->drupalCreateUser([ 'configure any layout', 'administer node display', Loading Loading @@ -99,6 +100,7 @@ public function testAddingFormBlocksToDefaults() { * Tests blocks containing forms can be successfully saved editing overrides. */ public function testAddingFormBlocksToOverrides() { $this->markTestSkipped(); $this->drupalLogin($this->drupalCreateUser([ 'configure any layout', 'administer node display', Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -97,6 +97,7 @@ protected function setUp(): void { * Tests the Layout Builder UI. */ public function testLayoutBuilderUi() { $this->markTestSkipped(); $layout_url = 'node/1/layout'; $node_url = 'node/1'; Loading