Hello,
Hope everyone is well. I’m not sure if it’s possible for me to debug or trace the test validations, if no could someone help me with this?
It’s the cash register project:
And for example test 11:
- When
price
is3.26
, the value in the#cash
element is100
,cid
is[["PENNY", 1.01], ["NICKEL", 2.05], ["DIME", 3.1], ["QUARTER", 4.25], ["ONE", 90], ["FIVE", 55], ["TEN", 20], ["TWENTY", 60], ["ONE HUNDRED", 100]]
, and the#purchase-btn
element is clicked, the value in the#change-due
element should be"Status: OPEN TWENTY: $60 TEN: $20 FIVE: $15 ONE: $1 QUARTER: $0.5 DIME: $0.2 PENNY: $0.04"
.*
These are the results I get with my solution:
And these are the results if I run the same input in the ‘demo system’ provided at the start of the intructions:
What would be the best way to get help? I imagine since my solution is getting towards being complete I shouldn’t post the full code here, or can I do it and limit the views or mark it as spoiler somehow?
Appreciate any help.
Alexander