test: add dice roll result dialog tests (Closes #35) #62

Merged
shahondin1624 merged 1 commits from feature/issue-35-dice-roll-display-test into main 2026-03-13 13:43:32 +01:00

Summary

  • Add 4 Compose UI tests in DiceRollResultDialogTest verifying dialog displays dice count, success count, individual die chips, roll label, and dismisses correctly
  • Add test tags to DiceRollResultDialog (DICE_ROLL_DIALOG, DICE_ROLL_DICE_COUNT, DICE_ROLL_SUCCESS_COUNT, DICE_ROLL_DISMISS_BUTTON, dieChip(index))
  • Update TestTagsTest with coverage for new dice roll dialog tags and uniqueness checks

Closes #35

## Summary - Add 4 Compose UI tests in `DiceRollResultDialogTest` verifying dialog displays dice count, success count, individual die chips, roll label, and dismisses correctly - Add test tags to `DiceRollResultDialog` (`DICE_ROLL_DIALOG`, `DICE_ROLL_DICE_COUNT`, `DICE_ROLL_SUCCESS_COUNT`, `DICE_ROLL_DISMISS_BUTTON`, `dieChip(index)`) - Update `TestTagsTest` with coverage for new dice roll dialog tags and uniqueness checks Closes #35
shahondin1624 added 1 commit 2026-03-13 13:43:27 +01:00
Add DiceRollResultDialogTest with 4 Compose UI tests verifying dialog
shows dice count, success count, individual die chips, roll label,
and can be dismissed via OK button. Add test tags to DiceRollResultDialog
and update TestTagsTest to cover new dice roll dialog tags.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
shahondin1624 merged commit 413dcce433 into main 2026-03-13 13:43:32 +01:00
shahondin1624 deleted branch feature/issue-35-dice-roll-display-test 2026-03-13 13:43:32 +01:00
Sign in to join this conversation.