Skip to content

Commit

Permalink
fix:Fixed a reporting issue with the PageTitleQuestion class
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed May 11, 2016
1 parent 1f45f43 commit cc81c5f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
import net.serenitybdd.screenplay.Actor;
import net.serenitybdd.screenplay.Question;
import net.serenitybdd.screenplay.abilities.BrowseTheWeb;
import net.serenitybdd.screenplay.annotations.Subject;

@Subject("the title of the page")
public class PageTitleQuestion implements Question<String> {
@Override
public String answeredBy(Actor actor) {
Expand Down

0 comments on commit cc81c5f

Please sign in to comment.