Closed (fixed)
Project:
Behat Drupal Extension
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2012 at 07:31 UTC
Updated:
22 May 2014 at 23:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhedstromThis is worth it. For the link/follow, I already have a few features using this language (but no step definition yet)
Step definitions at this point would be greatly appreciated!
Comment #2
langworthy commentedHere are 2 steps that accomplish checking for links/text in regions.
We need to add a Scenario to
test.feature. What are we running this feature against? I think we need to add abehat.ymlfile to the repo. (might be a separate issue)Comment #3
jhedstromI'm running tests against a default local install of D7.
Comment #4
langworthy commentedComment #5
kssundar commentedThis should be able to "see" link in the specified region as well.
Comment #6
jhedstromCommitted #4 (c153ace) with an additional definition to 'see' a link in a region. Thanks!
Also note that there is an
api.featureand ablackbox.featurefile. The latter can be run usingbehat.yml.distthat comes with the project, while the former still needs an instance that the user has api access to, and is expected to run against a default D7 install.Comment #7.0
(not verified) commentedRemoved additional text