mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
tests: enabled miss test for Zam Wesell (closes #8463)
This commit is contained in:
parent
fa03c6404f
commit
7596bb833d
1 changed files with 2 additions and 3 deletions
|
@ -929,7 +929,6 @@ public class ModalDoubleFacedCardsTest extends CardTestPlayerBase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore // TODO: Zam Wesell must be reworked to use on cast + etb abilities
|
||||
public void test_Copy_AsCloneFromCard_ZamWesell() {
|
||||
// When you cast Zam Wesell, target opponent reveals their hand. You may choose a creature card from it
|
||||
// and have Zam Wesell enter the battlefield as a copy of that creature card.
|
||||
|
@ -941,9 +940,9 @@ public class ModalDoubleFacedCardsTest extends CardTestPlayerBase {
|
|||
// cast as copy of mdf card
|
||||
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Zam Wesell");
|
||||
addTarget(playerA, playerB); // target opponent
|
||||
setChoice(playerA, "Akoum Warrior"); // creature card to copy
|
||||
addTarget(playerA, "Akoum Warrior"); // creature card to copy
|
||||
waitStackResolved(1, PhaseStep.PRECOMBAT_MAIN);
|
||||
checkPermanentCount("after", 1, PhaseStep.PRECOMBAT_MAIN, playerA, "Akoum Warrior", 2);
|
||||
checkPermanentCount("after", 1, PhaseStep.PRECOMBAT_MAIN, playerA, "Akoum Warrior", 1);
|
||||
|
||||
setStrictChooseMode(true);
|
||||
setStopAt(1, PhaseStep.END_TURN);
|
||||
|
|
Loading…
Reference in a new issue