Skip to content

Commit

Permalink
Update docs/e2e/extension-e2e-guidelines.md
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Winkler <[email protected]>
  • Loading branch information
chloeYue and mcmire authored Jul 23, 2024
1 parent c417fe4 commit d69844b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/e2e/extension-e2e-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ A test creates page objects and interacts with web elements by calling methods o

#### Locators

- Locators can be suffixed by the type of the element they represent, e.g., `submitButton`, `passwordInput`, etc.
- Locators should be suffixed by the type of the element they represent, e.g., `submitButton`, `passwordInput`, etc.

#### Action Methods

Expand Down

0 comments on commit d69844b

Please sign in to comment.