summaryrefslogtreecommitdiff
path: root/tests/admin_widgets
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-07-16 12:20:41 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-07-18 17:29:12 +0200
commit6aa05fd23205fce523924e307f78ce8d614af7f1 (patch)
tree196a62c2e5375d6d79c74b216eef8d2fa814ad2c /tests/admin_widgets
parente767bd6838d40893b001c1ad6ba2ab9293527532 (diff)
Triggered window resize to fix layout issues.
Diffstat (limited to 'tests/admin_widgets')
-rw-r--r--tests/admin_widgets/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/admin_widgets/tests.py b/tests/admin_widgets/tests.py
index 0aeaf3c24d..83f5481832 100644
--- a/tests/admin_widgets/tests.py
+++ b/tests/admin_widgets/tests.py
@@ -1541,6 +1541,7 @@ class HorizontalVerticalFilterSeleniumTests(AdminWidgetSeleniumTestCase):
)
self.wait_page_ready()
+ self.trigger_resize()
self.execute_basic_operations("vertical", "students")
self.execute_basic_operations("horizontal", "alumni")