From 7ece3631208a655dd63d02d1c62f817077106169 Mon Sep 17 00:00:00 2001 From: Antony Thorpe <1023740+AntonyThorpe@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:23:33 +1300 Subject: [PATCH] Update AccountPageTest.php Publish Account Page to fix failing tests --- tests/php/Page/AccountPageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php/Page/AccountPageTest.php b/tests/php/Page/AccountPageTest.php index 79b4ee64..7ee3a5bf 100644 --- a/tests/php/Page/AccountPageTest.php +++ b/tests/php/Page/AccountPageTest.php @@ -41,7 +41,7 @@ public function setUp(): void Controller::add_extension(ShopTestControllerExtension::class); $this->accountpage = $this->objFromFixture(AccountPage::class, "accountpage"); - + $this->accountpage->publishSingle(); $this->controller = new AccountPageController($this->accountpage); $r = new HTTPRequest('GET', '/');