diff --git a/build.gradle b/build.gradle index a2bb51a..41790f1 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ ext { if (!project.hasProperty("bintrayApiKey")) { bintrayApiKey = '' } - serenityCoreVersion = '1.1.35' + serenityCoreVersion = '1.1.36' if (!project.hasProperty("bintrayApiKey")) { bintrayApiKey = '' diff --git a/src/test/resources/stories/aPassingBehaviorWithSeleniumAndFirefox.story b/src/test/resources/stories/aPassingBehaviorWithSeleniumAndFirefox.story index c0ee65e..36d35bc 100644 --- a/src/test/resources/stories/aPassingBehaviorWithSeleniumAndFirefox.story +++ b/src/test/resources/stories/aPassingBehaviorWithSeleniumAndFirefox.story @@ -1,5 +1,5 @@ Meta: -@driver phantomjs +@driver firefox Scenario: A scenario that uses selenium