diff options
| author | minusf <fholop@ripe.net> | 2023-05-24 10:26:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 10:26:25 +0200 |
| commit | 8b053c1e3c3dc50a73e471e4edcd2171fc24a7ec (patch) | |
| tree | 61a6a131a79674a21b63b09e69f2d5f257e0a82e /tests | |
| parent | eb9df03a43f34c44131ec3a295643327b8a68bb4 (diff) | |
Fixed #34592 -- Removed Safari/Chrome workaround for system fonts.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/admin_views/tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index 903a8996d4..0a252bac4f 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -6209,8 +6209,6 @@ class SeleniumTests(AdminSeleniumTestCase): self.assertEqual( fonts, [ - "-apple-system", - "BlinkMacSystemFont", "Segoe UI", "system-ui", "Roboto", |
