datagovuk / dgu_d7

Data.gov.uk Drupal 7 project
24 stars 23 forks source link

Add DGU Behat extension to be able to override Element::find() #254

Closed ratajczak closed 10 years ago

noels commented 10 years ago

I think you should also override the getPage method in DGUSession. If this method is called as the code stands, it will have no effect because it will set the private page variable in the parent class. That could possibly cause problems some time down the line.