We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Observé en travaillant sur:
1) test quality indicators chart is displayed (TransportWeb.DatasetControllerTest) apps/transport/test/transport_web/controllers/dataset_controller_test.exs:599 Assertion with == failed code: assert [ {"table", [{"class", "table"}], [ {"tr", [], [{"th", [], ["Conformité"]}, {"th", [], ["Fraicheur"]}]}, {"tr", [], [{"td", [], ["80%"]}, {"td", [], ["55%"]}]} ]} ] == content |> Floki.find("#quality-indicators table") left: [{"table", [{"class", "table"}], [{"tr", [], [{"th", [], ["Conformité"]}, {"th", [], ["Fraicheur"]}]}, {"tr", [], [{"td", [], ["80%"]}, {"td", [], ["55%"]}]}]}] right: [{"table", [{"class", "table"}], [{"tr", [], [{"th", [], ["Fraicheur"]}, {"th", [], ["Conformité"]}]}, {"tr", [], [{"td", [], ["55%"]}, {"td", [], ["80%"]}]}]}] stacktrace: test/transport_web/controllers/dataset_controller_test.exs:636: (test)
Je ne sais pas à ce stade si c'est une régression lié aux upgrades techniques, ou un test déjà fragile avant.
The text was updated successfully, but these errors were encountered:
Ça semble bien, en relisant l'erreur, être un souci d'ordre, typique des changements de fonctionnement des maps avec OTP. Je garde ouvert.
Sorry, something went wrong.
No branches or pull requests
Observé en travaillant sur:
Je ne sais pas à ce stade si c'est une régression lié aux upgrades techniques, ou un test déjà fragile avant.
The text was updated successfully, but these errors were encountered: