Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit a38132f

Browse files
committed
Update getting-started.md
1 parent 25c4330 commit a38132f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/chapters/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ import info.novatec.testit.webtester.pageobjects.TextField;
136136

137137
public class TwitterLogin extends PageObject {
138138

139-
@IdentifyUsing ( method = Method.CLASS, value = "primary-btn" )
139+
@IdentifyUsing ( method = Method.CLASS_NAME, value = "primary-btn" )
140140
private Button loginButton;
141141
@IdentifyUsing ( "signin-email" )
142142
private TextField usernameField;

0 commit comments

Comments
 (0)