From 6abd4fe246d5b25ff0247016357f108ac981c1f5 Mon Sep 17 00:00:00 2001 From: Suchi Garg Date: Mon, 15 Sep 2025 10:55:11 +1000 Subject: [PATCH] Update home.feature Added @d10 - not the tests are run when we run `ahoy test-behat` locally --- tests/behat/features/home.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/features/home.feature b/tests/behat/features/home.feature index 17960923..c8bc9ce1 100644 --- a/tests/behat/features/home.feature +++ b/tests/behat/features/home.feature @@ -2,7 +2,7 @@ Feature: Home Page Ensure the home page is rendering correctly - @javascript @smoke + @javascript @smoke @d10 Scenario: Anonymous user visits the homepage Given I am on the homepage And save screenshot