Skip to content

Commit

Permalink
Replace amazon with meetabit in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Mar 20, 2024
1 parent c17f88c commit 1f677b4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions test-integration/test-forms.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"name": "Meetabit",
"url": "https://meetabit.com/users/sign_in",
"expectedFields": {
"username": "input#user_email",
"password": "input#user_password"
}
},
{
"name": "OTP Test @ stackblitz",
"url": "https://js-flbjc3.stackblitz.io",
Expand Down Expand Up @@ -46,13 +54,6 @@
"password": "input#password"
}
},
{
"name": "Amazon",
"url": "https://www.amazon.com/ap/signin?_encoding=UTF8&ignoreAuthState=1&openid.assoc_handle=usflex&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fwww.amazon.com%2F%3Fref_%3Dnav_custrec_signin&switch_account=",
"expectedFields": {
"username": "form[name=signIn] input#ap_email"
}
},
{
"name": "New Relic",
"url": "https://rpm.newrelic.com/",
Expand Down

0 comments on commit 1f677b4

Please sign in to comment.