aboutsummaryrefslogtreecommitdiffstats
path: root/cypress/e2e/settings/users_disable.cy.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cypress/e2e/settings/users_disable.cy.ts')
-rw-r--r--cypress/e2e/settings/users_disable.cy.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/cypress/e2e/settings/users_disable.cy.ts b/cypress/e2e/settings/users_disable.cy.ts
index e63ba4fc3d6..1218d4f770b 100644
--- a/cypress/e2e/settings/users_disable.cy.ts
+++ b/cypress/e2e/settings/users_disable.cy.ts
@@ -21,7 +21,8 @@
*/
import { User } from '@nextcloud/cypress'
-import { clearState, getUserListRow } from './usersUtils'
+import { getUserListRow } from './usersUtils'
+import { clearState } from '../../support/commonUtils'
const admin = new User('admin', 'admin')