Closed (fixed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
editor.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Apr 2017 at 18:51 UTC
Updated:
19 Jul 2018 at 15:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
michielnugter commentedComment #3
michielnugter commentedComment #4
michielnugter commentedComment #5
dawehnerComment #6
michielnugter commentedComment #8
claudiu.cristeaThis is blocked on #2795041: BrowserTestBase: Add drupalPostWithFormat because of EditorSecurityTest test.
Comment #10
nlisgo commentedSince #2795041: BrowserTestBase: Add drupalPostWithFormat is closed (won't fix) I am switching this back to active.
Comment #11
lendudefirst roll, just moving stuff around and fixing node element stuff.
This will fail on the ajaxy stuff.
Comment #13
lendudeand now rolled against 8.6.x
Comment #14
lendudeComment #16
tessa bakkerComment #17
tessa bakkerNew patch with changes to work with BrowserTestBase.
Done:
* Fixed all the "ajax/post" calls
* replaced t() with FormattableMarkup() when needed
* few other minor changes
Comment #18
tessa bakkerComment #19
tessa bakkerComment #20
lendude@Tessa Bakker this is looking really good already, just some nits:
unused use
unused use
this needs a docblock
two tests with two different ways of setting the needed cookies, can we do this in one consistent way?
Comment #21
tessa bakkerThanks for the review!
Comment #22
dawehnerThis looks great!
This is already so much nicer!
Should we create a follow up to make this process easier for people? Maybe it would it be worth to moving this to BrowserTestBase?
Comment #23
lendudeYeah this looks great.
Totally agree on the follow up, #2983504: Add a way to easily set the cookies in a request done using the Guzzle client
Comment #24
alexpottCrediting reviewers and @michielnugter for the original issue creation / management.
Committed 0b8ffb4 and pushed to 8.6.x. Thanks!