Skip to content

Commit 699f621

Browse files
max-nextcloudsusnux
authored andcommitted
fix(cypress): import from dist/cypress
Signed-off-by: Max <max@nextcloud.com>
1 parent 40d440a commit 699f621

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cypress/e2e/sessions.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
5-
import { User } from '../../dist'
5+
import { User } from '../../dist/cypress'
66

77
describe('Login and logout', function() {
88
it('Login and see the default files list', function() {

cypress/e2e/snapshots.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
5-
import { User } from '../../dist'
5+
import { User } from '../../dist/cypress'
66
import { randHash } from '../utils'
77

88
describe('Create a snapshot and a user', function() {

cypress/e2e/users.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
5-
import { User } from '../../dist'
5+
import { User } from '../../dist/cypress'
66
import { randHash } from '../utils'
77

88
describe('Create user and login', function() {

0 commit comments

Comments
 (0)