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] web: fix the test case related to the year #147899

Closed
wants to merge 1 commit into from

Commits on Jan 3, 2024

  1. [FIX] web: fix the test case related to the year

    Before this commit, since we are no longer in 2023, the test failed
    because there is no longer 2021 in the filters dynamically added in the
    dropdown of the date filter. The reason is now we have the current year,
    the previous one, and the one before, that is, 2024, 2023, 2022.
    
    This commit adds a patchDate to be sure we will start the test in 2023,
    to get the expected filters displayed (2023, 2022, 2021).
    emi-odoo committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3d782eb View commit details
    Browse the repository at this point in the history