Skip to content

Commit

Permalink
Fix forms (Reddit), add mozilla
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Mar 20, 2024
1 parent 11d7333 commit 4edb30b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions test-integration/test-forms.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,15 @@
"name": "Reddit",
"url": "https://www.reddit.com/login",
"expectedFields": {
"username": "#loginUsername",
"password": "#loginPassword"
"username": "#login-username",
"password": "#login-password"
}
},
{
"name": "Mozilla",
"url": "https://accounts.firefox.com/",
"expectedFields": {
"username": "input[name=email]"
}
},
{
Expand Down

0 comments on commit 4edb30b

Please sign in to comment.