Skip to content

Commit

Permalink
Updated core version to 1.0.47
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed May 1, 2015
1 parent 22ded62 commit 9386b71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ext {
if (!project.hasProperty("bintrayApiKey")) {
bintrayApiKey = ''
}
serenityCoreVersion = '1.0.46'
serenityCoreVersion = '1.0.47'

if (!project.hasProperty("bintrayApiKey")) {
bintrayApiKey = ''
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void beforeStory(Story story, boolean givenStory) {

SerenityStepFactory.resetContext();

//??? getSerenityListeners().withDriver(ThucydidesWebDriverSupport.getDriver());
getSerenityListeners().withDriver(ThucydidesWebDriverSupport.getDriver());

if (!isAStoryLevelGiven(story)) {
startTestSuiteForStory(story);
Expand Down

0 comments on commit 9386b71

Please sign in to comment.