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

Split live photo listener to extract trashbin specific code into its own listener #44069

Merged
merged 4 commits into from
Mar 14, 2024

Commits on Mar 14, 2024

  1. test(cypress): Do not run cron in ajax mode

    This prevent random slowdown during tests, making them more reliable, and faster.
    
    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    caa720c View commit details
    Browse the repository at this point in the history
  2. test(cypress): Scroll element in the center of the view

    This avoid elements to be hided by a fixed top bar.
    Especially useful for the file list.
    
    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d9e09d5 View commit details
    Browse the repository at this point in the history
  3. fix(files): Do not require files_trashbin in live photo sync listener

    Fix #43299
    
    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2de9880 View commit details
    Browse the repository at this point in the history
  4. test(files): Add e2e tests for live photo sync

    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    01fe326 View commit details
    Browse the repository at this point in the history