Skip to content

Commit b58d977

Browse files
author
arthosofteq
authored
Merge pull request #399 from RedisInsight/e2e/fix-testcafe-web-runner
fix e2e web runner
2 parents 85dd551 + 059b24c commit b58d977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/local.web.docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
# Redisinsight API + UI build
3131
app:
3232
cap_add:
33-
- ipc_lock
33+
- IPC_LOCK
3434
env_file:
3535
- ./.env
3636
build:

tests/e2e/web.runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import testcafe from 'testcafe';
22

33
(async(): Promise<void> => {
4-
await testcafe('localhost')
4+
await testcafe()
55
.then(t => {
66
return t
77
.createRunner()

0 commit comments

Comments
 (0)