-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cypress): fix user login in routing cypress framework (#5950)
- Loading branch information
1 parent
dee91b3
commit 90949d9
Showing
8 changed files
with
152 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,21 +34,21 @@ export const connectorDetails = { | |
payment_method: "card", | ||
billing: { | ||
address: { | ||
line1: "1467", | ||
line2: "CA", | ||
line3: "CA", | ||
city: "Musterhausen", | ||
state: "California", | ||
zip: "12345", | ||
country: "DE", | ||
first_name: "Max", | ||
last_name: "Mustermann" | ||
line1: "1467", | ||
line2: "CA", | ||
line3: "CA", | ||
city: "Musterhausen", | ||
state: "California", | ||
zip: "12345", | ||
country: "DE", | ||
first_name: "Max", | ||
last_name: "Mustermann", | ||
}, | ||
email: "[email protected]", | ||
phone: { | ||
number: "9123456789", | ||
country_code: "+91" | ||
} | ||
number: "9123456789", | ||
country_code: "+91", | ||
}, | ||
}, | ||
payment_method_data: { | ||
card: successfulThreeDSTestCardDetails, | ||
|
@@ -68,21 +68,21 @@ export const connectorDetails = { | |
payment_method: "card", | ||
billing: { | ||
address: { | ||
line1: "1467", | ||
line2: "CA", | ||
line3: "CA", | ||
city: "Musterhausen", | ||
state: "California", | ||
zip: "12345", | ||
country: "DE", | ||
first_name: "Max", | ||
last_name: "Mustermann" | ||
line1: "1467", | ||
line2: "CA", | ||
line3: "CA", | ||
city: "Musterhausen", | ||
state: "California", | ||
zip: "12345", | ||
country: "DE", | ||
first_name: "Max", | ||
last_name: "Mustermann", | ||
}, | ||
email: "[email protected]", | ||
phone: { | ||
number: "9123456789", | ||
country_code: "+91" | ||
} | ||
number: "9123456789", | ||
country_code: "+91", | ||
}, | ||
}, | ||
payment_method_data: { | ||
card: successfulThreeDSTestCardDetails, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters