Removing part of cumulative item from bag is increasing the weight
caioavidal opened this issue · 1 comments
caioavidal commented
Precondition
Create a bag with:
- an item
- a cumulative item (an arrow) with amount of 2
- a food with amount of 2
Steps to Reproduce:
Step 1 [Pass]
Remove the item from the bag
Expected Result
The weight decreases
Step 2 [Fail]
Remove one cumulative item
Expected Result
The weight decreases
Step 3 [Pending]
Remove the last cumulative item
Expected Result
The weight decreases
Step 4 [Pending]
Consume all the food
Expected Result
The weight decreases
caioavidal commented
- Test Container weight decreases when an item is removed from it in Run Run 003 (linked to Cycle All tests).