From 1c387dcdd6f6600de40535a51335b3200fa35321 Mon Sep 17 00:00:00 2001 From: Matthias Opitz Date: Mon, 3 Jun 2024 18:18:56 +0100 Subject: [PATCH] Updated Behat test setup due to single alert now --- tests/behat/show_alerts.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/behat/show_alerts.feature b/tests/behat/show_alerts.feature index afa7501..ef479cb 100644 --- a/tests/behat/show_alerts.feature +++ b/tests/behat/show_alerts.feature @@ -10,10 +10,10 @@ Feature: Show alerts | alerts | System | 1 | site-index | side-pre | And the following config values are set as admin: | config | value | plugin | - | title1 | Alert Title One | block_alerts | - | description1 | Alert Description One | block_alerts | - | link1 | https://nasa.gov | block_alerts | - | linktext1 | Alert Link One | block_alerts | + | title | Alert Title One | block_alerts | + | description | Alert Description One | block_alerts | + | link | https://nasa.gov | block_alerts | + | linktext | Alert Link One | block_alerts | Scenario: See news as intended and check the links lead to the intended websites. When I am on site homepage