Spaces:
Running
Running
File size: 742 Bytes
bb3fbf9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Feature: Complex Effect Sequences
Testing sequences of effects interrupted by choices
Scenario: Effect Sequence Interrupted by Choice
Given a player has a "Complex Member" with ability "Order -> Tap -> Draw"
And the opponent has a member on stage at slot 0
And the player's deck has 5 cards
When the player activates the ability of "Complex Member"
Then the player should be prompted to select an opponent member
And the pending effects should contain "DRAW"
When the player selects the opponent member at slot 0
Then the opponent member at slot 0 should be tapped
And the player should draw 1 card
And the pending effects should be empty
|