Skip to content

Commit

Permalink
fix(protractor): select.theValue() interaction is correctly reported
Browse files Browse the repository at this point in the history
affects: serenity-js
  • Loading branch information
jan-molak committed Jan 21, 2018
1 parent a212ccb commit 06bca4a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@ export class Select {
}

class SelectOption implements Interaction {
@step('{0} selects "#value" from #target')
performAs(actor: UsesAbilities): PromiseLike<void> {
return BrowseTheWeb.as(actor)
.locate(this.target)
Expand Down

0 comments on commit 06bca4a

Please sign in to comment.