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

initial_sort = original does not seem to work #766

Closed
sturmf opened this issue Nov 7, 2023 · 0 comments · Fixed by #768
Closed

initial_sort = original does not seem to work #766

sturmf opened this issue Nov 7, 2023 · 0 comments · Fixed by #768

Comments

@sturmf
Copy link

sturmf commented Nov 7, 2023

Using the ini setting:

initial_sort = original

results in a table that is empty and the following javascript error:

Uncaught TypeError: Cannot read properties of null (reading 'classList')
    at renderContent (report.html?sort=original:707:75)
    at redraw (report.html?sort=original:789:5)
    at init (report.html?sort=original:641:5)
    at 4../datamanager.js (report.html?sort=original:645:1)
    at o (report.html?sort=original:435:271)
    at r (report.html?sort=original:435:437)
    at report.html?sort=original:435:466

This is with pytest 7.4.3 and pytest-html 4.1.0 using Chromium under Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant