Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unimplemented step in api.feature #117

Closed
eliza411 opened this issue Dec 5, 2014 · 2 comments
Closed

Unimplemented step in api.feature #117

eliza411 opened this issue Dec 5, 2014 · 2 comments
Labels

Comments

@eliza411
Copy link
Collaborator

eliza411 commented Dec 5, 2014

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?

@jhedstrom
Copy link
Owner

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

@jhedstrom
Copy link
Owner

I think this is outdated now.

xurizaemon pushed a commit to xurizaemon/drupalextension that referenced this issue Nov 30, 2022
…ield

Fix d8 User Entity Reference fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants