blob: eec16b157cdb66595359c74bee2dfb23af9c5359 [file] [log] [blame]
[respond-with-minimal-ui.https.html]
[respondWithMinimalUI({}) causes hasEnrolledInstrument() to return "false"]
expected: FAIL
[respondWithMinimalUI({canMakePayment: true, readyForMinimalUI: true, accountBalance: "6.78"}) does not crash]
expected: FAIL
[respondWithMinimalUI(0) causes hasEnrolledInstrument() to return "false"]
expected: FAIL
[respondWithMinimalUI({canMakePayment: true}) causes hasEnrolledInstrument() to return "true"]
expected: FAIL
[respondWithMinimalUI({canMakePayment: true, readyForMinimalUI: true, accountBalance: "--"}) does not crash]
expected: FAIL
[respondWithMinimalUI({canMakePayment: false}) causes hasEnrolledInstrument() to return "false"]
expected: FAIL
[respondWithMinimalUI({canMakePayment: true, readyForMinimalUI: true, accountBalance: ""}) does not crash]
expected: FAIL
[respondWithMinimalUI({canMakePayment: true, readyForMinimalUI: true}) does not crash]
expected: FAIL