Skip to content

Commit

Permalink
Make storyboard use same actor as script. This allows better combinat…
Browse files Browse the repository at this point in the history
…ion of scripts and storyboards in single test, and allows SlimHelperLibrary's features for pushing and hoping actors to be used
  • Loading branch information
fhoeben committed Mar 20, 2015
1 parent 9f86716 commit 93ef0c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>nl.hsac</groupId>
<artifactId>hsac-fitnesse-plugin</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
<packaging>jar</packaging>
<url>https://github.com/fhoeben/hsac-fitnesse-plugin</url>

Expand Down
5 changes: 0 additions & 5 deletions src/main/java/nl/hsac/fitnesse/slim/StoryboardTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ public StoryboardTable(Table table, String tableId, SlimTestContext context) {
screenshotPrefix = new SimpleDateFormat("yyyyMMdd-HHmmss").format(new Date());
}

@Override
protected String getTableType() {
return "storyboardTable";
}

@Override
protected String getTableKeyword() {
return "storyboard";
Expand Down

0 comments on commit 93ef0c1

Please sign in to comment.