Skip to content
Snippets Groups Projects

Issue #3392621: Use POST requests for fetching of ckeditor embedded media previews

Open Issue #3392621: Use POST requests for fetching of ckeditor embedded media previews

Closes #3392621

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline passed for 20f8851c

Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
126 126 // want to verify that Media preview responses are cached on the client side
127 127 // so it is essential that rerendering occurs. To achieve this, we append a
128 128 // single space.
129 $source_text_area = $this->getSession()->getPage()->find('css', '[name="body[0][value]"] + .ck-editor textarea');
130 $source_text_area->setValue($source_text_area->getValue() . ' ');
131 $this->pressEditorButton('Source');
132 $this->assertNotEmpty($assert_session->waitForElementVisible('css', 'img[src*="image-test.png"]'));
133 $this->assertSame(0, $this->getLastPreviewRequestTransferSize());
129 // @todo re-enable this once https://www.drupal.org/project/drupal/issues/3395776
  • s_leu added 491 commits

    added 491 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading