| open |
?force_sid=reset |
|
| submitAndWait |
css=form[name="tobasketnewItems_1"] |
|
| click |
css=#minibasketIcon |
|
| clickAndWait |
css=#basketFlyout a.submitButton |
|
| type |
css=#optionLogin input[name="lgn_usr"] |
${customerUserName} |
| type |
css=#optionLogin input[name="lgn_pwd"] |
${customerPassword} |
| submitAndWait |
css=#optionLogin form[name="login"] |
|
| clickAndWait |
css=#userNextStepBottom |
|
| click |
css=#payment_${oxidCreditCardPayment} |
|
| clickAndWait |
css=#paymentNextStepBottom |
|
| waitForElementPresent |
css=#orderConfirmAgbBottom |
|
| submitAndWait |
css=#orderConfirmAgbBottom |
|
| select |
name=ACCOUNT.BRAND |
label=${creditCardTestBrand} |
| type |
name=ACCOUNT.NUMBER |
${creditCardTestNumber} |
| select |
name=ACCOUNT.YEAR |
label=2023 |
| type |
name=ACCOUNT.VERIFICATION |
123 |
| clickAndWait |
css=#paymentNextStepBottom |
|
| waitForElementPresent |
css=li.step5.activeLast |
|
| clickAndWait |
id=logoutLink |
|