test(accounts): fix pending approval test #723
Annotations
3 errors
|
test (ubuntu-22.04)
Process completed with exit code 1.
|
|
test/browser-e2e/accounts.test.js > accounts (plebbit rpc client) > create subplebbit (plebbit rpc client) > create pending approval subplebbit, publish and approve:
test/browser-e2e/accounts.test.js#L316
AssertionError: expected true to equal false
- Expected
+ Received
- false
+ true
❯ test/browser-e2e/accounts.test.js:316:67
|
|
test/browser-e2e/accounts.test.js > accounts (gateway and pubsub provider) > publish subplebbit edit (gateway and pubsub provider) > publish subplebbit edit:
test/browser-e2e/accounts.test.js#L440
Error: Test timed out in 300000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/browser-e2e/accounts.test.js:440:7
|