Needs work
Project:
Paragraphs
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2025 at 10:18 UTC
Updated:
11 Dec 2025 at 13:11 UTC
Jump to comment: Most recent
What the title says. The problem is there are like 10 or so tests that assert raw HTML strings which fail if there are spaces in the template, so I'm moving this to a separate issue
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
santanu mondal commentedComment #5
berdirThanks, now comes the hard part.
I think we need to update all those asserts to use CSS selectors instead of hardcoded markup.
Comment #6
santanu mondal commentedi am not able to get the point on which file i have to update??
Comment #7
berdirThere are lots of failing tests, these need to be fixed. This is not a trivial/novice task, it will require to run all failing tests and transform the asserts.