Basic test
- I created a diff with an **active** bookmark `test`
- I landed that diff
- I verified the ending resulting working state was on `master` which pointed to the newly published commit
TODO:
Non-bookmark test
- I created a diff with an **inactive** bookmark `test` but working directory on the same commit
- I landed that diff
- I verified the ending resulting working state was on `master` which pointed to the newly published commit
Not-working state test
- I created a diff with an **inactive** bookmark `test` but working directory on an older commit not related to the one being landed
- I landed that diff
- I verified the ending resulting working state was on the older commit I was on prior to landing