diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-27 10:44:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-27 11:58:35 +0100 |
commit | 5b94394a1a6d471f897d14ac62fe7bec5f9a74c2 (patch) | |
tree | 2bc32ce7f620968f6eb5864f01b29af5a8869231 /client/e2e/src/utils/hooks.ts | |
parent | 2be1fecc99dbc788c01d8dea381126212960f8a1 (diff) | |
download | PeerTube-5b94394a1a6d471f897d14ac62fe7bec5f9a74c2.tar.gz PeerTube-5b94394a1a6d471f897d14ac62fe7bec5f9a74c2.tar.zst PeerTube-5b94394a1a6d471f897d14ac62fe7bec5f9a74c2.zip |
Fix E2E with firefox
Diffstat (limited to 'client/e2e/src/utils/hooks.ts')
-rw-r--r-- | client/e2e/src/utils/hooks.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/utils/hooks.ts b/client/e2e/src/utils/hooks.ts index e57584b44..1daff5fcc 100644 --- a/client/e2e/src/utils/hooks.ts +++ b/client/e2e/src/utils/hooks.ts | |||
@@ -32,7 +32,7 @@ async function beforeLocalSession (config: { baseUrl: string }, capabilities: { | |||
32 | 32 | ||
33 | config.baseUrl = 'http://localhost:900' + appInstance | 33 | config.baseUrl = 'http://localhost:900' + appInstance |
34 | 34 | ||
35 | await setValue('emailPort', emailPort) | 35 | await setValue(config.baseUrl + '-emailPort', emailPort) |
36 | } | 36 | } |
37 | 37 | ||
38 | async function onBrowserStackPrepare () { | 38 | async function onBrowserStackPrepare () { |