Tests: fixed IsochronScepterTest;

This commit is contained in:
Oleg Agafonov 2018-11-22 19:36:45 +04:00
parent 511b4b28c3
commit b834094921

View file

@ -44,10 +44,12 @@ public class IsochronScepterTest extends CardTestPlayerBase {
addCard(Zone.HAND, playerA, "Lightning Bolt");
castSpell(1, PhaseStep.PRECOMBAT_MAIN, playerA, "Isochron Scepter");
addTarget(playerA, "Lightning Bolt");
setChoice(playerA, "Yes"); // use imprint
setChoice(playerA, "Lightning Bolt"); // target for imprint (excile from hand)
// copy and cast imprinted card
activateAbility(1, PhaseStep.POSTCOMBAT_MAIN, playerA, "{2}, {T}:");
setChoice(playerA, "Yes");
setChoice(playerA, "Yes");
setStopAt(1, PhaseStep.END_TURN);
execute();