File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
77describe ( 'Login and logout' , function ( ) {
88 it ( 'Login and see the default files list' , function ( ) {
Original file line number Diff line number Diff line change 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 '
66import { randHash } from '../utils'
77
88describe ( 'Create a snapshot and a user' , function ( ) {
Original file line number Diff line number Diff line change 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 '
66import { randHash } from '../utils'
77
88describe ( 'Create user and login' , function ( ) {
You can’t perform that action at this time.
0 commit comments