Skip to content

test(save-as): correct file name assertion#5731

Merged
elzody merged 1 commit into
mainfrom
test/direct-save-as-assertion
Jun 8, 2026
Merged

test(save-as): correct file name assertion#5731
elzody merged 1 commit into
mainfrom
test/direct-save-as-assertion

Conversation

@elzody

@elzody elzody commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator
  • Target version: main

Summary

Resolves Cypress test failures in direct.spec.js. They started appearing with #5689 and are due to a change in the displayed file path when using "Save as" from a direct editing session.

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Documentation (manuals or wiki) has been updated or is not required

@elzody elzody requested a review from juliusknorr as a code owner June 8, 2026 20:09
@elzody elzody added the 3. to review Ready to be reviewed label Jun 8, 2026
@elzody elzody self-assigned this Jun 8, 2026
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
@elzody elzody force-pushed the test/direct-save-as-assertion branch from 1cd04e9 to c1d6f88 Compare June 8, 2026 20:18
@elzody

elzody commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator Author

/backport to stable30 please

@elzody elzody merged commit 48622c4 into main Jun 8, 2026
48 checks passed
@elzody elzody deleted the test/direct-save-as-assertion branch June 8, 2026 20:45
@backportbot

backportbot Bot commented Jun 8, 2026

Copy link
Copy Markdown

The backport to stable30 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable30
git pull origin stable30

# Create the new backport branch
git checkout -b backport/5731/stable30

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick c1d6f88d

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/5731/stable30

Error: Failed to check for changes with origin/stable30: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants