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
Scenario: Find a heading in a region # features/api.feature:24
Given I am not logged in # Drupal\DrupalExtension\Context\DrupalContext::assertAnonymousUser()
When I am on the homepage # Drupal\DrupalExtension\Context\MinkContext::iAmOnHomepage()
Then I should see the heading "User login" in the "left sidebar" region
Returns:
--- Snippets for the following steps in the default suite were not generated (check your configuration):
Then I should see the heading "User login" in the "left sidebar" region
Are there plans to implement this or should it be removed from the API tests and docs examples?
The text was updated successfully, but these errors were encountered:
It looks like this got added to the MarkupContext. Since it doesn't deal with low-level markup (eg, classes, attributes, tags), it should probably be in the MinkContext (the one provided by Drupal Extension).
Returns:
Are there plans to implement this or should it be removed from the API tests and docs examples?
The text was updated successfully, but these errors were encountered: