diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-21 09:09:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-21 10:49:54 +0200 |
commit | 1db86422eb516acd23550f30536de4ebd8f0daea (patch) | |
tree | 909c01cf3f5903ba5d44f182d4988586ad8650c1 /client/e2e/src/po/admin-plugin.po.ts | |
parent | 2b621ac0ebe83693bba6354b3482a03ba58143e7 (diff) | |
download | PeerTube-1db86422eb516acd23550f30536de4ebd8f0daea.tar.gz PeerTube-1db86422eb516acd23550f30536de4ebd8f0daea.tar.zst PeerTube-1db86422eb516acd23550f30536de4ebd8f0daea.zip |
Add E2E tests for signup
Diffstat (limited to 'client/e2e/src/po/admin-plugin.po.ts')
-rw-r--r-- | client/e2e/src/po/admin-plugin.po.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/po/admin-plugin.po.ts b/client/e2e/src/po/admin-plugin.po.ts index 6a3f3cf28..0259f34d6 100644 --- a/client/e2e/src/po/admin-plugin.po.ts +++ b/client/e2e/src/po/admin-plugin.po.ts | |||
@@ -2,7 +2,7 @@ import { browserSleep, go } from '../utils' | |||
2 | 2 | ||
3 | export class AdminPluginPage { | 3 | export class AdminPluginPage { |
4 | 4 | ||
5 | async navigateToSearch () { | 5 | async navigateToPluginSearch () { |
6 | await go('/admin/plugins/search') | 6 | await go('/admin/plugins/search') |
7 | 7 | ||
8 | await $('my-plugin-search').waitForDisplayed() | 8 | await $('my-plugin-search').waitForDisplayed() |