From 682c54a9f50c5448a06cd562456c0efa6e2198b7 Mon Sep 17 00:00:00 2001 From: monaco-fabio Date: Wed, 16 Oct 2024 12:04:11 +0200 Subject: [PATCH] LPD-39382 Fix poshi test --- .../src/testFunctional/tests/CommerceAccountSelector.testcase | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceAccountSelector.testcase b/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceAccountSelector.testcase index 787d422af33345..817242d8f15701 100644 --- a/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceAccountSelector.testcase +++ b/modules/apps/commerce/commerce-product-test/src/testFunctional/tests/CommerceAccountSelector.testcase @@ -429,6 +429,8 @@ definition { Button.click(button = "Create New Account"); CommerceAcceleratorsInitializer.createNewAccountInFlow(accountName = "Commerce Account"); + + AssertElementNotPresent(locator1 = "//div[@class='modal-content']//div/h1[text()='Create New Account']"); } task ("AND a buyer user is associated with the account") {