MDL-44286 behat: Fixing JS code error

PhantomJS console shows a JS error regarding
an undefined Syn var; as explained by Andrew
Nicols this is caused by Syn supported features
checker, the change in moodle-behat-extension
solves this problem.
This commit is contained in:
David Monllao 2014-02-27 11:47:06 +08:00 committed by Damyon Wiese
parent 00319097c5
commit 0d5b3cb59b

View File

@ -8,6 +8,6 @@
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/dbUnit": "1.2.*",
"moodlehq/behat-extension": "1.27.4"
"moodlehq/behat-extension": "1.27.6"
}
}