Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: autocomplete in django 5.0 #253

Merged
merged 2 commits into from
Jul 13, 2024

fix(ci): don't use multiple processes for tests

d76c766
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: autocomplete in django 5.0 #253

fix(ci): don't use multiple processes for tests
d76c766
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report failed Jul 13, 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