From 90a12ca4c6c95a77497e4f2066d00adfa3c5292f Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Tue, 14 Jan 2025 17:29:52 +0100 Subject: [PATCH] give canisters cycles on pocketic --- e2e/tests-dfx/playground.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/e2e/tests-dfx/playground.bash b/e2e/tests-dfx/playground.bash index d00657a1ad..dc3d7888d1 100644 --- a/e2e/tests-dfx/playground.bash +++ b/e2e/tests-dfx/playground.bash @@ -119,6 +119,10 @@ setup_playground() { } @test "playground canister upgrades work with Motoko Enhanced Orthogonal Persistence" { + assert_command dfx canister create --all --playground + [[ "$USE_POCKETIC" ]] && dfx ledger fabricate-cycles --t 9999999 --canister hello_backend --playground + [[ "$USE_POCKETIC" ]] && dfx ledger fabricate-cycles --t 9999999 --canister hello_frontend --playground + # enable EOP jq '.canisters.hello_backend.args="--enhanced-orthogonal-persistence"' dfx.json | sponge dfx.json