Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[stable32] chore: Update@nextcloud/dialogs to v7.0.0#57129

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
backportbot wants to merge9 commits intostable32
base:stable32
Choose a base branch
Loading
frombackport/55726/stable32
Open
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
chore: ensure no.only is commited in test files
`.only` is only to be used for development, but must not be committed.Instead failing tests which should be kept for later should be skipped(`.skip`).Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
@susnux
susnux committedDec 17, 2025
commitd9b0346a84ea74d1a63d77f5bb24fa838df3d189
2 changes: 1 addition & 1 deletioncypress/e2e/files/files-copy-move.cy.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -78,7 +78,7 @@ describe('Files: Move or copy files', { testIsolation: true }, () => {
getRowForFile('original folder').should('not.exist')
})

it.only('Can move a file to its parent folder',()=>{
it('Can move a file to its parent folder',()=>{
cy.mkdir(currentUser,'/new-folder')
cy.uploadContent(currentUser,newBlob(),'text/plain','/new-folder/original.txt')
cy.login(currentUser)
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp