Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
added notification
Browse files Browse the repository at this point in the history
  • Loading branch information
eg9y committed Nov 12, 2020
1 parent 769800a commit 19ad554
Show file tree
Hide file tree
Showing 12 changed files with 6,048 additions and 53 deletions.
29 changes: 29 additions & 0 deletions BESTBUY_FLOW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# BESTBUY_FLOW

1. Add to Cart button
1. no ids, xpath?
2. Go to Cart button in popup
1. can just go to /cart
3. checkout button
4. continue as guest
5. Enter contact information form
1. Input have id
1. user.emailAddress
2. user.phone
6. continue to payment information button
1. cant press enter
7. Enter card and address
1. card number is input
1. optimized-cc-card-number
2. address
1. payment.billingAddress.firstName
2. payment.billingAddress.lastName
3. payment.billingAddress.street
4. payment.billingAddress.city
5. payment.billingAddress.zipcode
6. select state
1. payment.billingAddress.state
2. 2 letters only
8. Place order button.not sure if have to review first

https://www.bestbuy.com/site/sony-playstation-5-digital-edition-console/6430161.p?skuId=6430161
13 changes: 0 additions & 13 deletions GAMESTOP_FLOW.md

This file was deleted.

35 changes: 35 additions & 0 deletions docs/GAMESTOP_FLOW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# GameStop Flow

1. checkout
1. data-buttontext="Add to Cart"
2. goto <https://www.gamestop.com/checkout/>
3. shipping info
1. email
1. id = shipping-email
2. first name
1. id = shippingFirstName
3. last name
1. id = shippingLastName
4. address
1. id = shippingAddressOne
5. state
1. id = shippingState
2. select
3. California
6. city
1. id = shippingAddressCity
7. zip
1. id = shippingZipCode
8. phone
1. id = shippingPhoneNumber
4. continue to payment button
1. class =next-step-summary-button
5. if theres Use Proposed Address button
1. click Use Proposed Address button
6. fill in credit card
1. id = cardNumber
2. select id = expirationMonth
3. select id = expirationYear
4. id = securityCode
7. .submit-payment button
8. .place-order button
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 19ad554

Please sign in to comment.