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/session api tests #6473

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

fix/session api tests #6473

wants to merge 3 commits into from

Commits on Oct 1, 2024

  1. test(api): use cypress aliases in SessionApi spec

    Signed-off-by: Max <max@nextcloud.com>
    max-nextcloud committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a94e23a View commit details
    Browse the repository at this point in the history
  2. fix(test): ignores steps stored after close cleaned up

    We again send the initial content out,
    even if there are steps.
    
    See d2235d2.
    
    Signed-off-by: Max <max@nextcloud.com>
    max-nextcloud committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a6c13a0 View commit details
    Browse the repository at this point in the history
  3. refactor(WebSocketPolyfill): cleanup redundant open handling

    Remove return value from `syncService.open`
    and redundant handler in `WebSocketPolyfill`.
    
    `syncService.open` triggers `opened` and `loaded` events
    which both set the `version` and `session`.
    
    Signed-off-by: Max <max@nextcloud.com>
    max-nextcloud committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    22f72b8 View commit details
    Browse the repository at this point in the history