silverstripe-framework/tests/behat/features/bootstrap
Ingo Schommer 8245125349 Don't rely on Behat/Selenium returning 'value' for textarea
Technically a textarea DOM node doesn't have a 'value' attribute,
but rather a HTML content. This used to work, but likely broke either
by updated browser handling or updated selenium logic.
Fixes "Scenario: I can edit title and content and see the changes on draft"
2013-11-22 20:05:17 +01:00
..
SilverStripe/Framework/Test/Behaviour Don't rely on Behat/Selenium returning 'value' for textarea 2013-11-22 20:05:17 +01:00
FeatureContext.php Fixing coding conventions in Behat files 2013-11-15 12:03:43 +01:00