Unverified Commit dd31b18c authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3268070 by xjm: Temporarily skip even more failing tests

parent 25abb4d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
+1 −0
Original line number Diff line number Diff line
@@ -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';
+1 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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',
@@ -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',
+1 −0
Original line number Diff line number Diff line
@@ -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