Skip to content

Commit

Permalink
Updated Serenity so that it's compatible with the BrowserStack's webd…
Browse files Browse the repository at this point in the history
…river
  • Loading branch information
jan-molak committed Dec 9, 2016
1 parent 674263c commit adbc9a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions build-monitor-acceptance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<properties>
<encoding>UTF-8</encoding>
<serenity.version>1.1.36</serenity.version>
<serenity.version>1.2.1-rc.6</serenity.version>
<aether.version>1.0.0.v20140518</aether.version>

<webdriver.driver>chrome</webdriver.driver>
Expand Down Expand Up @@ -131,8 +131,8 @@
</dependency>
<dependency>
<groupId>net.serenity-bdd</groupId>
<artifactId>browse-the-web</artifactId>
<version>1.1.34</version>
<artifactId>serenity-screenplay-webdriver</artifactId>
<version>${serenity.version}</version>
</dependency>
<dependency>
<groupId>net.serenity-bdd</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ public void notifyOfExternalProjectFailureOf(String project) {
client.setExternalBuildResult(project, "1");
}

@Override
public Ability asActor(Actor actor) {
return this;
}

public InteractWithJenkinsAPI(JenkinsClient client) {
this.client = client;
}
Expand Down

0 comments on commit adbc9a4

Please sign in to comment.