Skip to content

fix: autocomplete in django 5.0 #63

fix: autocomplete in django 5.0

fix: autocomplete in django 5.0 #63

GitHub Actions / Test Report failed Jul 12, 2024 in 0s

690 tests run, 629 passed, 60 skipped, 1 failed.

Annotations

Check failure on line 1 in Widgets

See this annotation in the file changed.

@github-actions github-actions / Test Report

Widgets.test_collapsible_inlines

AssertionError: True is not false : Inline did not load collapsed
Raw output
nested_admin/tests/admin_widgets/tests.py:224: in test_collapsible_inlines
    self.assertFalse(name_field.is_displayed(), "Inline did not load collapsed")
E   AssertionError: True is not false : Inline did not load collapsed