Skip to content

Commit

Permalink
Update DriverPattern.md (#2478)
Browse files Browse the repository at this point in the history
fixing  driver type on step
  • Loading branch information
lalberto8085 authored Aug 9, 2021
1 parent 9547056 commit d761bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Guides/DriverPattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class SubmissionSteps
{
private readonly SubmissionPageDriver submissionPageDriver;

public SubmissionSteps(SubmissionDriver submissionDriver)
public SubmissionSteps(SubmissionPageDriver submissionPageDriver)
{
this.submissionPageDriver = submissionPageDriver;
}
Expand Down

0 comments on commit d761bf7

Please sign in to comment.