From be83ea36eae95e5ed1b707cd57446861216312b7 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 19 Aug 2020 14:52:17 +0100 Subject: [PATCH] Change list items on /users page Change the HTML & CSS for user-list-item's to support their content being split into 2 columns of a grid instead of the edit link being positioned absolutely. Also includes: 1. removes `
`s from `
{% endfor %} diff --git a/tests/app/main/views/organisations/test_organisation_invites.py b/tests/app/main/views/organisations/test_organisation_invites.py index d32748310..9a80301aa 100644 --- a/tests/app/main/views/organisations/test_organisation_invites.py +++ b/tests/app/main/views/organisations/test_organisation_invites.py @@ -28,7 +28,7 @@ def test_view_team_members( ) == 'Test User {}'.format(i + 1) assert normalize_spaces( - page.select('.tick-cross-list-edit-link')[0].text + page.select('.user-list-edit-link')[0].text ) == 'Cancel invitation'