From b9c5f6c19bd9f84788911a39c01e0ff5ca4592ba Mon Sep 17 00:00:00 2001 From: Keith Lawrence Date: Tue, 16 Apr 2024 15:06:33 +0100 Subject: [PATCH] Remove check for Imminence's name ahead of imminence renaming - Checking for the name isn't really adding anything, and it will cause problems when we're doing the renaming. --- features/apps/imminence.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features/apps/imminence.feature b/features/apps/imminence.feature index 94e8863f..19216baf 100644 --- a/features/apps/imminence.feature +++ b/features/apps/imminence.feature @@ -5,5 +5,4 @@ Feature: Imminence When I go to the "imminence" landing page And I try to login as a user And I go to the "imminence" landing page - Then I should see "Imminence" - And I should see "All services" + Then I should see "All services"