You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Drupal 8.7.6 and I have almost hundred Behat tests and everything works great. My problem is with more advanced tests which contains paragraphs. I started using ready contexts: https://github.com/dennisinteractive/behat-drupal-paragraphs
I wrote tests based on that configuration and I'm getting an error
Class Drupal\paragraphs\Entity\Paragraph does not exist
Here is my scenario:
@api
Scenario: Create an article and add paragraphs
Given "article" content:
| title | status |
| Test | 1 |
Given I add the following paragraph to field "field_paragraphs":
| paragraph_field | value |
| type | text |
| field_text | Some text |
Do you know why I'm getting that error?
The text was updated successfully, but these errors were encountered:
I'm using Drupal 8.7.6 and I have almost hundred Behat tests and everything works great. My problem is with more advanced tests which contains paragraphs. I started using ready contexts: https://github.com/dennisinteractive/behat-drupal-paragraphs
It is my behat-base.yml configuration
I wrote tests based on that configuration and I'm getting an error
Here is my scenario:
Do you know why I'm getting that error?
The text was updated successfully, but these errors were encountered: