From 543b695ff093701dbd258bd05a3a855b2cef2e5f Mon Sep 17 00:00:00 2001 From: Ryan Andrews Date: Wed, 25 Sep 2024 12:15:40 +0100 Subject: [PATCH] ATO-1063: removes test scenario --- .../acceptance-features/clients/client-details.feature | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui-automation-tests/acceptance-features/clients/client-details.feature b/ui-automation-tests/acceptance-features/clients/client-details.feature index 07727ca9a..94fcba69b 100644 --- a/ui-automation-tests/acceptance-features/clients/client-details.feature +++ b/ui-automation-tests/acceptance-features/clients/client-details.feature @@ -8,10 +8,6 @@ Feature: A page where users can view the details associated with a client Scenario: The user is able to see the value for the field Client ID Then they should see the value for the Client ID "P0_ZdXojEGDlaZEU8Q9Zlv-fo1s" - @ci @smoke - Scenario: The user wants to view the user name and password for end journey - Then they should see the text "Username: integration-user" - And they should see the text "Password: winter2021" Rule: The the hidden content and the links which open in a new tab, are available for the user to view @ci @smoke