From 2662ae78188f3c15c7188181d4002e62ecb005c6 Mon Sep 17 00:00:00 2001 From: Shay Faber Date: Tue, 14 Jan 2025 10:13:13 +0100 Subject: [PATCH] Delete tests/custom/config/test-toggles.example.json --- tests/custom/config/test-toggles.example.json | 34 ------------------- 1 file changed, 34 deletions(-) delete mode 100644 tests/custom/config/test-toggles.example.json diff --git a/tests/custom/config/test-toggles.example.json b/tests/custom/config/test-toggles.example.json deleted file mode 100644 index ffc7ca9..0000000 --- a/tests/custom/config/test-toggles.example.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "testForPageErrors": false, - "account": { - "testAccountCreation": false, - "testAccountLogin": true, - "testAccountPasswordChange": true, - "testAccountPageTitles": - { - "all": true, - "ProductReviewsTest": false - }, - "testAccountOrders": true - }, - "minicart": { - "testCheckoutButton": true - } - "testForPageErrors": false, - "account": { - "testAccountCreation": false, - "testAccountLogin": true, - "testAccountPasswordChange": true, - "testAccountPageTitles": { - "all": true, - "ProductReviewsTest": false - } - }, - "minicart": { - "testCheckoutButton": true, - "testMiniCartCheckoutButton": true, - "testMiniCartLink": true, - "testMiniCartQuantity": true, - "testMiniCartDeletion": true - } -}