Merge feature/CG-0MM006WRG04K5FW6-enlarge-cards-help-layout: Enlarge … #105
Annotations
3 errors
|
build-and-deploy
Process completed with exit code 1.
|
|
tests/golf/GolfReplay.browser.test.ts > GolfScene replay mode > should enter replay mode and support loadBoardState():
tests/golf/GolfReplay.browser.test.ts#L254
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/golf/GolfReplay.browser.test.ts:254:44
|
|
tests/golf/GolfInteraction.browser.test.ts > GolfScene interaction tests > should support full discard-and-flip flow including face-up card rejection:
tests/golf/GolfInteraction.browser.test.ts#L352
AssertionError: expected 'animating' to be 'waiting-for-flip-target' // Object.is equality
Expected: "waiting-for-flip-target"
Received: "animating"
❯ tests/golf/GolfInteraction.browser.test.ts:352:32
|