diff options
Diffstat (limited to 'cypress/e2e/files/drag-n-drop.cy.ts')
-rw-r--r-- | cypress/e2e/files/drag-n-drop.cy.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cypress/e2e/files/drag-n-drop.cy.ts b/cypress/e2e/files/drag-n-drop.cy.ts index 86a3bcfb571..d8df1938694 100644 --- a/cypress/e2e/files/drag-n-drop.cy.ts +++ b/cypress/e2e/files/drag-n-drop.cy.ts @@ -1,3 +1,7 @@ +/** + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ import { getRowForFile } from './FilesUtils.ts' describe('files: Drag and Drop', { testIsolation: true }, () => { |