From a9ee0769eebda63f9cbad24ce1dfe7a82e2e8530 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 23 Aug 2023 16:34:33 -0400 Subject: [PATCH] Fixing this test --- tests/app/main/views/accounts/test_choose_accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/accounts/test_choose_accounts.py b/tests/app/main/views/accounts/test_choose_accounts.py index 4a3309737..b2834d027 100644 --- a/tests/app/main/views/accounts/test_choose_accounts.py +++ b/tests/app/main/views/accounts/test_choose_accounts.py @@ -310,7 +310,7 @@ def test_should_not_show_back_to_service_if_user_doesnt_belong_to_service( ) assert normalize_spaces( - page.select_one('.grid-row').text + page.select_one('.grid-row .grid-col-8').text ).startswith( normalize_spaces(expected_page_text) )