silverstripe-framework/tests/behat/features/bootstrap
Sam Minnee 4f7c6ebcff FIX: Fixed behat text selection rule, which broke some tests.
The behat rule for text selection wasn't working due to the JavaScript not executing properly. I have
also updated the code to traverse all childNodes, which is important if you have text like this:

<p>text1 <b>text2</b> text3</p>

And you are trying to select 'text3'
2014-02-13 17:36:46 +13:00
..
SilverStripe/Framework/Test/Behaviour FIX: Fixed behat text selection rule, which broke some tests. 2014-02-13 17:36:46 +13:00
FeatureContext.php Fixing coding conventions in Behat files 2013-11-15 12:03:43 +01:00