Problem/Motivation

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

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork paragraphs-3561807

Command icon Show commands

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

berdir created an issue. See original summary.

santanu mondal made their first commit to this issue’s fork.

santanu mondal’s picture

Status: Active » Needs review
berdir’s picture

Status: Needs review » Needs work

Thanks, now comes the hard part.

I think we need to update all those asserts to use CSS selectors instead of hardcoded markup.

santanu mondal’s picture

i am not able to get the point on which file i have to update??

berdir’s picture

There 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.