diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-17 14:17:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-17 14:17:18 +0200 |
commit | c6a3445360123e2ab6985b2c7729d21d5d9b5a2e (patch) | |
tree | 45d4027a47b71eceb087c7e320735190b9335f7b | |
parent | 4212a107d492b5aee0ba0b90ecbb21f889e2ff06 (diff) | |
download | PeerTube-c6a3445360123e2ab6985b2c7729d21d5d9b5a2e.tar.gz PeerTube-c6a3445360123e2ab6985b2c7729d21d5d9b5a2e.tar.zst PeerTube-c6a3445360123e2ab6985b2c7729d21d5d9b5a2e.zip |
Fix lint
-rw-r--r-- | client/e2e/src/po/login.po.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/po/login.po.ts b/client/e2e/src/po/login.po.ts index a8606dbd2..67cd8e5e5 100644 --- a/client/e2e/src/po/login.po.ts +++ b/client/e2e/src/po/login.po.ts | |||
@@ -1,4 +1,4 @@ | |||
1 | import { browserSleep, go, isAndroid, isMobileDevice } from '../utils' | 1 | import { browserSleep, go, isAndroid } from '../utils' |
2 | 2 | ||
3 | export class LoginPage { | 3 | export class LoginPage { |
4 | 4 | ||