VerifyAcceptedCCTest
waitForElementPresent link=Cart
clickAndWait link=Cart
clickAndWait //input[@value='Checkout']
waitForElementPresent //option[@value='visa']
waitForElementPresent //option[@value='discover']
waitForElementNotPresent //option[@value='americanexpress']
waitForElementNotPresent //option[@value='mastercard']
clickAndWait link=Return to Full Page