Triggered window resize to fix layout issues.
Some checks failed
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled

This commit is contained in:
Sarah Boyce 2025-07-16 12:20:41 +02:00
parent e767bd6838
commit 6aa05fd232
3 changed files with 12 additions and 3 deletions

View file

@ -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")