Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failed testcases #1467

Closed
timothywangdev opened this issue Apr 13, 2020 · 10 comments
Closed

Fix failed testcases #1467

timothywangdev opened this issue Apr 13, 2020 · 10 comments
Assignees
Milestone

Comments

@timothywangdev
Copy link
Contributor

identify failed testcases and open new issues

@timothywangdev
Copy link
Contributor Author

1978d4b


> wallet@0.1.0 test:e2e /mnt/6da521ae-93b2-44d6-bd41-422c135def79/devEnv/ventureum/projects/Chainsfr
> env-cmd .env jest --config ./src/tests/e2e/jest.config.js --runInBand

Determining test suites to run.../mnt/6da521ae-93b2-44d6-bd41-422c135def79/devEnv/ventureum/projects/Chainsfr/node_modules/dappeteer/dist/metamask/7.7.1

DevTools listening on ws://127.0.0.1:39119/devtools/browser/a8af78f7-7709-4704-9554-a18788d2c97b
[14805:14805:0414/143320.338085:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14805:14805:0414/143320.338498:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14805:14805:0414/143320.351820:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14805:14805:0414/143320.352110:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14805:14805:0414/143320.417237:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14805:14805:0414/143320.417644:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14824:14824:0414/143333.092212:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14824:14824:0414/143333.092552:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14824:14824:0414/143333.093066:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14824:14824:0414/143333.093331:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14824:14824:0414/143333.093743:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14824:14824:0414/143333.093942:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14824:14824:0414/143333.184425:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14824:14824:0414/143333.185513:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14824:14824:0414/143333.225032:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14824:14824:0414/143333.225799:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14824:14824:0414/143333.232163:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14864:14864:0414/143335.639930:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[14864:14864:0414/143335.640323:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 FAIL  src/tests/e2e/directTransferForm.test.e2e.js (135.183s)
  ● Console

    console.info src/tests/e2e/utils/reset.js:48
      User data reset successfully!
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed

  ● Direct transfer form tests › Transfer DAI into Drive

    Error: Network Error

      at createError (../../../http:/172.17.0.3:3000/static/js/0.chunk.worker.js:1349:15)
      at XMLHttpRequest.handleError (../../../http:/172.17.0.3:3000/static/js/0.chunk.worker.js:892:14)
      Error: 
      at Suite.it (directTransferForm.test.e2e.js:101:3)

  ● Direct transfer form tests › Transfer BTC into Drive

    No node found for selector: [data-test-id="grouped_account_item_metamask_ethereum"]

      50 |         const { walletType, platformType } = values
      51 |         await this.openSelect('account')
    > 52 |         await page.click(`[data-test-id="grouped_account_item_${walletType}_${platformType}"]`)
         |         ^
      53 |         await page.waitFor(500) // select animation
      54 |         break
      55 |       }

      at assert (../../../node_modules/puppeteer/lib/helper.js:283:11)
      at DOMWorld.click (../../../node_modules/puppeteer/lib/DOMWorld.js:366:5)
          at runMicrotasks (<anonymous>)
      at DirectTransferFormPage.updateForm (pages/directTransferForm.page.js:52:9)
      at DirectTransferFormPage.fillForm (pages/directTransferForm.page.js:229:5)
      at Object.<anonymous> (directTransferForm.test.e2e.js:113:7)
        -- ASYNC --
      at Frame.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at Page.click (../../../node_modules/puppeteer/lib/Page.js:1064:29)
      at DirectTransferFormPage.click [as updateForm] (pages/directTransferForm.page.js:52:20)
      at DirectTransferFormPage.fillForm (pages/directTransferForm.page.js:229:5)
      at Object.<anonymous> (directTransferForm.test.e2e.js:113:7)

  ● Direct transfer form tests › Transfer BTC from Drive

    TimeoutError: Navigation timeout of 30000 ms exceeded

      24 | 
      25 |   beforeEach(async () => {
    > 26 |     await Promise.all([
         |     ^
      27 |       page.waitForNavigation({
      28 |         waitUntil: 'networkidle0'
      29 |       }),

      at ../../../node_modules/puppeteer/lib/LifecycleWatcher.js:142:21
      at FrameManager.waitForFrameNavigation (../../../node_modules/puppeteer/lib/FrameManager.js:139:19)
      at Frame.waitForNavigation (../../../node_modules/puppeteer/lib/FrameManager.js:414:12)
      at Page.waitForNavigation (../../../node_modules/puppeteer/lib/Page.js:692:12)
          at async Promise.all (index 0)
      at Object.<anonymous> (directTransferForm.test.e2e.js:26:5)
        -- ASYNC --
      at Frame.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at Page.waitForNavigation (../../../node_modules/puppeteer/lib/Page.js:692:49)
      at Page.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:112:23)
      at Object.waitForNavigation (directTransferForm.test.e2e.js:27:12)
          at runMicrotasks (<anonymous>)
        -- ASYNC --
      at Page.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at Object.waitForNavigation (directTransferForm.test.e2e.js:27:12)
          at runMicrotasks (<anonymous>)

  ● Direct transfer form tests › Transfer BTC from Drive

    TimeoutError: Navigation timeout of 30000 ms exceeded

      4 |   async dispatchFormActions (action) {
      5 |     if (action === 'continue') {
    > 6 |       await Promise.all([
        |       ^
      7 |         page.click('[data-test-id="continue"]'),
      8 |         page.waitForNavigation({
      9 |           waitUntil: 'networkidle0'

      at ../../../node_modules/puppeteer/lib/LifecycleWatcher.js:142:21
      at FrameManager.waitForFrameNavigation (../../../node_modules/puppeteer/lib/FrameManager.js:139:19)
      at Frame.waitForNavigation (../../../node_modules/puppeteer/lib/FrameManager.js:414:12)
      at Page.waitForNavigation (../../../node_modules/puppeteer/lib/Page.js:692:12)
          at async Promise.all (index 1)
      at DirectTransferFormPage.dispatchFormActions (pages/directTransferForm.page.js:6:7)
      at Object.<anonymous> (directTransferForm.test.e2e.js:226:7)
        -- ASYNC --
      at Frame.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at Page.waitForNavigation (../../../node_modules/puppeteer/lib/Page.js:692:49)
      at Page.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:112:23)
      at DirectTransferFormPage.waitForNavigation [as dispatchFormActions] (pages/directTransferForm.page.js:8:14)
      at Object.dispatchFormActions (directTransferForm.test.e2e.js:226:21)
          at runMicrotasks (<anonymous>)

 FAIL  src/tests/e2e/emailTransferWalletAuth.test.e2e.js
  ● Test suite failed to run

    ReferenceError: window is not defined

      79 | }
      80 | 
    > 81 | var storage = window.localStorage
         |               ^
      82 | 
      83 | if (!storage.getItem('data')) {
      84 |   // prevent refresh from clearing data

      at Object.window (mocks/drive.js:81:15)
      at Object.<anonymous> (emailTransferWalletAuth.test.e2e.js:12:1)

[15535:15535:0414/143545.221024:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15535:15535:0414/143545.221313:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15535:15535:0414/143545.221934:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15535:15535:0414/143545.222266:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15535:15535:0414/143545.222680:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15535:15535:0414/143545.254063:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15535:15535:0414/143545.313103:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15535:15535:0414/143545.313746:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15535:15535:0414/143545.328191:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15535:15535:0414/143545.328498:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15535:15535:0414/143545.330259:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15548:15548:0414/143547.980646:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[15548:15548:0414/143547.980866:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 FAIL  src/tests/e2e/directTransferReview.test.e2e.js (57.522s)
  ● Console

    console.info src/tests/e2e/utils/reset.js:48
      User data reset successfully!
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished

  ● Direct transfer review tests › Transfer DAI from MetaMask into Drive review

    expect(received).toBeGreaterThan(expected)

    Expected: 0
    Received: NaN

      130 | 
      131 |       const displayedTxFee = await reviewPage.getReviewFormInfo('txFee')
    > 132 |       expect(parseFloat(displayedTxFee.txFee)).toBeGreaterThan(0)
          |                                                ^
      133 |       expect(parseFloat(displayedTxFee.currencyTxFee)).toBeGreaterThan(0)
      134 |       expect(displayedTxFee.symbol).toEqual(getCryptoSymbol(platformType))
      135 | 

      at Object.toBeGreaterThan (directTransferReview.test.e2e.js:132:48)
          at runMicrotasks (<anonymous>)

[16080:16080:0414/143643.668908:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16080:16080:0414/143643.669178:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16080:16080:0414/143643.669668:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16080:16080:0414/143643.669864:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16080:16080:0414/143643.670266:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16080:16080:0414/143643.670452:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16080:16080:0414/143643.715345:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16080:16080:0414/143643.715939:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16080:16080:0414/143643.729243:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16080:16080:0414/143643.729728:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16080:16080:0414/143643.731946:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16093:16093:0414/143645.989684:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16093:16093:0414/143645.989967:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 FAIL  src/tests/e2e/emailTransferForm.test.e2e.js (98.356s)
  ● Console

    console.info src/tests/e2e/utils/reset.js:48
      User data reset successfully!
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed

  ● Email transfer form tests › Fill everything correctly (Ethereum)

    TimeoutError: Navigation timeout of 30000 ms exceeded

      81 | 
      82 |   beforeEach(async () => {
    > 83 |     await Promise.all([
         |     ^
      84 |       page.waitForNavigation({
      85 |         waitUntil: 'networkidle0'
      86 |       }),

      at ../../../node_modules/puppeteer/lib/LifecycleWatcher.js:142:21
      at FrameManager.waitForFrameNavigation (../../../node_modules/puppeteer/lib/FrameManager.js:139:19)
      at Frame.waitForNavigation (../../../node_modules/puppeteer/lib/FrameManager.js:414:12)
      at Page.waitForNavigation (../../../node_modules/puppeteer/lib/Page.js:692:12)
          at async Promise.all (index 0)
      at Object.<anonymous> (emailTransferForm.test.e2e.js:83:5)
        -- ASYNC --
      at Frame.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at Page.waitForNavigation (../../../node_modules/puppeteer/lib/Page.js:692:49)
      at Page.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:112:23)
      at Object.waitForNavigation (emailTransferForm.test.e2e.js:84:12)
          at runMicrotasks (<anonymous>)
        -- ASYNC --
      at Page.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at Object.waitForNavigation (emailTransferForm.test.e2e.js:84:12)
          at runMicrotasks (<anonymous>)

  ● Email transfer form tests › Ethereum account should have two coins

    expect(received).toEqual(expected)

    Expected value to equal:
      2
    Received:
      5

      225 |       await emtPage.updateForm('account', { walletType: walletType, platformType: platformType })
      226 |       const coinList = await emtPage.getCoinList()
    > 227 |       expect(coinList.length).toEqual(2)
          |                               ^
      228 |     },
      229 |     timeout
      230 |   )

      at Object.toEqual (emailTransferForm.test.e2e.js:227:31)
          at runMicrotasks (<anonymous>)

  ● Email transfer form tests › Bitcoin account should have one coin

    Evaluation failed: TypeError: Cannot read property 'textContent' of null

      at ../../../__puppeteer_evaluation_script__:5:71
          at Array.map (<anonymous>)
      at ../../../__puppeteer_evaluation_script__:2:20
      at ExecutionContext._evaluateInternal (../../../node_modules/puppeteer/lib/ExecutionContext.js:122:13)
          at runMicrotasks (<anonymous>)
      at ExecutionContext.evaluate (../../../node_modules/puppeteer/lib/ExecutionContext.js:48:12)
      at JSHandle.evaluate (../../../node_modules/puppeteer/lib/JSHandle.js:54:12)
      at ElementHandle.$$eval (../../../node_modules/puppeteer/lib/JSHandle.js:522:20)
      at DOMWorld.$$eval (../../../node_modules/puppeteer/lib/DOMWorld.js:167:19)
      at EmailTransferFormPage.getCoinList (pages/emailTransferForm.page.js:16:20)
      at Object.<anonymous> (emailTransferForm.test.e2e.js:240:24)
        -- ASYNC --
      at ExecutionContext.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at JSHandle.evaluate (../../../node_modules/puppeteer/lib/JSHandle.js:54:42)
      at JSHandle.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:112:23)
      at ElementHandle.$$eval (../../../node_modules/puppeteer/lib/JSHandle.js:522:38)
          at runMicrotasks (<anonymous>)
      at DOMWorld.$$eval (../../../node_modules/puppeteer/lib/DOMWorld.js:167:19)
      at EmailTransferFormPage.getCoinList (pages/emailTransferForm.page.js:16:20)
      at Object.<anonymous> (emailTransferForm.test.e2e.js:240:24)
        -- ASYNC --
      at ElementHandle.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at DOMWorld.$$eval (../../../node_modules/puppeteer/lib/DOMWorld.js:167:34)
          at runMicrotasks (<anonymous>)
      at EmailTransferFormPage.getCoinList (pages/emailTransferForm.page.js:16:20)
      at Object.<anonymous> (emailTransferForm.test.e2e.js:240:24)
        -- ASYNC --
      at Frame.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at Page.$$eval (../../../node_modules/puppeteer/lib/Page.js:355:29)
      at Page.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:112:23)
      at EmailTransferFormPage.$$eval [as getCoinList] (pages/emailTransferForm.page.js:16:31)
      at Object.<anonymous> (emailTransferForm.test.e2e.js:240:24)

  ● Email transfer form tests › Transfer amount error tests

    expect(received).toBe(expected) // Object.is equality

    Expected: true
    Received: false

      279 |       await emtPage.updateForm('currencyAmount', { currencyAmount: '.' })
      280 |       expect(await emtPage.formInputFieldToBe('cryptoAmount', { existOnly: true })).toBe(false)
    > 281 |       expect((await emtPage.getTextFieldStatus('cryptoAmount')).error).toBe(true)
          |                                                                        ^
      282 |       expect((await emtPage.getTextFieldStatus('cryptoAmount')).helperText).toMatch(
      283 |         /Please enter a valid amount/
      284 |       )

      at Object.toBe (emailTransferForm.test.e2e.js:281:72)
          at runMicrotasks (<anonymous>)

  ● Email transfer form tests › short security answer error 

    expect(received).toMatch(expected)

    Expected value to match:
      /We recommend you to use auto-generated security answer/
    Received:
      "What's Security Answer?"

      339 | 
      340 |       expect((await emtPage.getTextFieldStatus('securityAnswer')).error).toBe(false)
    > 341 |       expect((await emtPage.getTextFieldStatus('securityAnswer')).helperText).toMatch(
          |                                                                               ^
      342 |         /We recommend you to use auto-generated security answer/
      343 |       )
      344 |     },

      at Object.toMatch (emailTransferForm.test.e2e.js:341:79)
          at runMicrotasks (<anonymous>)

[16555:16555:0414/143821.004169:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16555:16555:0414/143821.004495:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16555:16555:0414/143821.005090:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16555:16555:0414/143821.005520:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16555:16555:0414/143821.006039:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16555:16555:0414/143821.021125:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16555:16555:0414/143821.037481:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16555:16555:0414/143821.037735:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16555:16555:0414/143821.046035:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16555:16555:0414/143821.046284:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16555:16555:0414/143821.047785:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16568:16568:0414/143823.371380:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16568:16568:0414/143823.371684:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 FAIL  src/tests/e2e/emailTransferReview.test.e2e.js (33.766s)
  ● Console

    console.info src/tests/e2e/utils/reset.js:48
      User data reset successfully!
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed

  ● Email transfer review tests › Drive Bitcoin review

    expect(received).toBeGreaterThanOrEqual(expected)

    Expected: 10
    Received: 9.999

      254 |       const displayedAmount = await reviewPage.getReviewFormInfo('transferAmount')
      255 |       expect(parseFloat(displayedAmount.transferAmount)).toBeGreaterThan(0)
    > 256 |       expect(parseFloat(displayedAmount.currencyAmount)).toBeGreaterThanOrEqual(
          |                                                          ^
      257 |         parseFloat(currencyAmount)
      258 |       )
      259 |       expect(displayedAmount.symbol).toEqual(getCryptoSymbol(cryptoType))

      at Object.toBeGreaterThanOrEqual (emailTransferReview.test.e2e.js:256:58)
          at runMicrotasks (<anonymous>)

 FAIL  src/tests/e2e/accountManagement.test.e2e.js
  ● Test suite failed to run

    ReferenceError: window is not defined

      79 | }
      80 | 
    > 81 | var storage = window.localStorage
         |               ^
      82 | 
      83 | if (!storage.getItem('data')) {
      84 |   // prevent refresh from clearing data

      at Object.window (mocks/drive.js:81:15)
      at Object.<anonymous> (accountManagement.test.e2e.js:5:1)

[16773:16773:0414/143855.750145:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16773:16773:0414/143855.769476:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16773:16773:0414/143855.778481:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16773:16773:0414/143855.778696:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16773:16773:0414/143855.780464:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16773:16773:0414/143855.942976:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16773:16773:0414/143855.943200:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16815:16815:0414/143900.958106:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16815:16815:0414/143900.985137:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16815:16815:0414/143900.994923:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16815:16815:0414/143900.995210:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16815:16815:0414/143900.998126:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16815:16815:0414/143901.197957:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16815:16815:0414/143901.198164:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16870:16870:0414/143905.649686:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16870:16870:0414/143905.669503:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16870:16870:0414/143905.678742:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16870:16870:0414/143905.679087:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16870:16870:0414/143905.681690:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16870:16870:0414/143905.844777:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16870:16870:0414/143905.845139:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16896:16896:0414/143909.097298:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16896:16896:0414/143909.117391:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16896:16896:0414/143909.127618:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16896:16896:0414/143909.127957:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16896:16896:0414/143909.130296:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16896:16896:0414/143909.333837:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16896:16896:0414/143909.334031:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16957:16957:0414/143914.386209:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16957:16957:0414/143914.413411:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16957:16957:0414/143914.422965:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16957:16957:0414/143914.423427:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16957:16957:0414/143914.426152:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16957:16957:0414/143914.613327:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[16957:16957:0414/143914.613568:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17004:17004:0414/143919.262491:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17004:17004:0414/143919.289287:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17004:17004:0414/143919.302757:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17004:17004:0414/143919.303418:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17004:17004:0414/143919.307278:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17004:17004:0414/143919.459668:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17004:17004:0414/143919.460006:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 FAIL  src/tests/e2e/receipt.test.e2e.js (31.309s)
  ● Console

    console.info src/tests/e2e/utils/reset.js:48
      User data reset successfully!
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished

  ● Receipt page tests › Transfer ID: bf126184-9fcc-4086-ac22-bfaee7e292d0 (SEND_CONFIRMED_RECEIVE_CONFIRMED) SENDER

    expect(received).toEqual(expected)

    Expected value to equal:
      "Transfer Completed"
    Received:
      "Transfer Sent"

      240 | 
      241 |       const title = await receiptPage.getReceiptFormInfo('title')
    > 242 |       expect(title).toEqual('Transfer Completed')
          |                     ^
      243 | 
      244 |       const sender = await receiptPage.getReceiptFormInfo('sender')
      245 |       expect(sender.name).toEqual(transfer.senderName)

      at Object.toEqual (receipt.test.e2e.js:242:21)
          at runMicrotasks (<anonymous>)

  ● Receipt page tests › Receiving ID: 8941a23c-cf26-488c-b0ef-e336d72ac577 (SEND_DIRECT_TRANSFER_CONFIRMED) RECEIVER

    expect(received).toEqual(expected)

    Expected value to equal:
      "Transfer Completed"
    Received:
      "Transfer Accepted"

      510 | 
      511 |       const title = await receiptPage.getReceiptFormInfo('title')
    > 512 |       expect(title).toEqual('Transfer Completed')
          |                     ^
      513 | 
      514 |       const sender = await receiptPage.getReceiptFormInfo('sender')
      515 |       expect(sender.name).toEqual(transfer.senderName)

      at Object.toEqual (receipt.test.e2e.js:512:21)
          at runMicrotasks (<anonymous>)

[17062:17062:0414/143923.159035:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17062:17062:0414/143923.159321:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17062:17062:0414/143923.159933:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17062:17062:0414/143923.160224:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17062:17062:0414/143923.160637:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17062:17062:0414/143923.177353:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17062:17062:0414/143923.192870:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17062:17062:0414/143923.193305:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17062:17062:0414/143923.201520:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17062:17062:0414/143923.202002:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17062:17062:0414/143923.203674:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17079:17079:0414/143924.848891:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17079:17079:0414/143924.849339:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 FAIL  src/tests/e2e/recipients.test.e2e.js (20.438s)
  ● Console

    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/pages/recipients.page.js:35
      Add recipient modal opened
    console.info src/tests/e2e/pages/recipients.page.js:42
      Add recipient form filled
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/pages/recipients.page.js:72
      Recipient added
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/pages/recipients.page.js:117
      Recipient removed
    console.info src/tests/e2e/pages/recipients.page.js:35
      Add recipient modal opened
    console.info src/tests/e2e/pages/recipients.page.js:42
      Add recipient form filled
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/pages/recipients.page.js:72
      Recipient added
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/pages/recipients.page.js:168
      Recipient edited
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/pages/recipients.page.js:117
      Recipient removed

  ● Recipients Page › Show empty recipient list

    expect(received).toHaveLength(length)

    Expected value to have length:
      0
    Received:
      [{"elementHandle": [ElementHandle], "email": "alice@gmail.com", "name": "Alice"}, {"elementHandle": [ElementHandle], "email": "bob@gmail.com", "name": "Bob"}, {"elementHandle": [ElementHandle], "email": "timothy@ventureum.io", "name": "Tom"}, {"elementHandle": [ElementHandle], "email": "chainsfre2etest@gmail.com", "name": "e2e-user"}]
    received.length:
      4

      55 |   test('Show empty recipient list', async () => {
      56 |     const recipientList = await recipientsPage.getRecipientList()
    > 57 |     expect(recipientList).toHaveLength(0)
         |                           ^
      58 |   })
      59 | 
      60 |   test(

      at Object.toHaveLength (recipients.test.e2e.js:57:27)
          at runMicrotasks (<anonymous>)

[17158:17158:0414/143943.579881:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17158:17158:0414/143943.580175:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17158:17158:0414/143943.580653:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17158:17158:0414/143943.580874:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17158:17158:0414/143943.581344:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17158:17158:0414/143943.581544:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17158:17158:0414/143943.638907:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17158:17158:0414/143943.639557:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17158:17158:0414/143943.656850:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17158:17158:0414/143943.657416:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17158:17158:0414/143943.660342:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17172:17172:0414/143945.421288:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17172:17172:0414/143945.421530:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17195:17195:0414/143947.849254:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17195:17195:0414/143947.849600:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 FAIL  src/tests/e2e/landing.test.e2e.js (12.754s)
  ● Console

    console.info src/tests/e2e/pages/login.page.js:91
      Login finished

  ● Landing page tests › NavDrawer part

    Error

      TimeoutError: Element a (text: "Help Center") not found
      waiting for function failed: timeout 500ms exceeded

  ● Landing page tests › Landing page static elements

    expect(received).toEqual(expected)

    Expected value to equal:
      "Description goes here..."
    Received:
      "Send Crypto payments to any Email address. No more cryptic address."

      94 |     const element = await page.$('[data-test-id="emt_subtitle"]')
      95 |     const text = await (await element.getProperty('textContent')).jsonValue()
    > 96 |     expect(text).toEqual('Description goes here...')
         |                  ^
      97 |   }
      98 | 
      99 |   async checkEmptyImg () {

      at LandingPage.toEqual [as checkEmailTransferTitleSubtitle] (pages/landing.page.js:96:18)
          at runMicrotasks (<anonymous>)
      at Object.<anonymous> (landing.test.e2e.js:56:7)

[17218:17218:0414/143959.941201:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17218:17218:0414/143959.981611:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17218:17218:0414/143959.982777:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17218:17218:0414/143959.983555:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17218:17218:0414/143959.984639:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17218:17218:0414/143959.985188:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17218:17218:0414/144000.030418:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17218:17218:0414/144000.031029:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17218:17218:0414/144000.047494:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17218:17218:0414/144000.047958:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17218:17218:0414/144000.050302:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17314:17314:0414/144002.267257:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[17314:17314:0414/144002.267633:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 FAIL  src/tests/e2e/receiveTransfer.test.e2e.js (307.395s)
  ● Console

    console.info src/tests/e2e/utils/reset.js:48
      User data reset successfully!
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/pages/metamask.page.js:28
      Looks like metamask hangs, force refresh in popup
    console.info src/tests/e2e/pages/metamask.page.js:33
      rechecking if the popup still hangs...
    console.info src/tests/e2e/pages/metamask.page.js:36
      Spinner is gone, problem resolved
    console.info src/tests/e2e/pages/metamask.page.js:74
      Need to approve connection first (first time connection)
    console.info src/tests/e2e/pages/metamask.page.js:95
      Wait for tx approve popup...
    console.info src/tests/e2e/pages/metamask.page.js:28
      Looks like metamask hangs, force refresh in popup
    console.info src/tests/e2e/pages/metamask.page.js:33
      rechecking if the popup still hangs...
    console.info src/tests/e2e/pages/metamask.page.js:36
      Spinner is gone, problem resolved
    console.info src/tests/e2e/pages/metamask.page.js:101
      Approving tx in popup...
    console.info src/tests/e2e/pages/metamask.page.js:106
      Tx approved
    console.info src/tests/e2e/pages/disconnect.page.js:19
      Sending out tx to reset allowance, wait for confirmation...
    console.info src/tests/e2e/pages/disconnect.page.js:23
      Reset allowance tx confirmed
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:54
      Set allowance Dai successfully
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/pages/metamask.page.js:28
      Looks like metamask hangs, force refresh in popup
    console.info src/tests/e2e/pages/metamask.page.js:33
      rechecking if the popup still hangs...
    console.info src/tests/e2e/pages/metamask.page.js:36
      Spinner is gone, problem resolved
    console.info src/tests/e2e/pages/metamask.page.js:95
      Wait for tx approve popup...
    console.info src/tests/e2e/pages/metamask.page.js:101
      Approving tx in popup...
    console.info src/tests/e2e/pages/metamask.page.js:106
      Tx approved
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:134
      Waiting for send tx to be confirmed, current state:  SEND_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:134
      Waiting for send tx to be confirmed, current state:  SEND_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:134
      Waiting for send tx to be confirmed, current state:  SEND_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:134
      Waiting for send tx to be confirmed, current state:  SEND_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:134
      Waiting for send tx to be confirmed, current state:  SEND_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:134
      Waiting for send tx to be confirmed, current state:  SEND_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:134
      Waiting for send tx to be confirmed, current state:  SEND_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:136
      Send tx confirmed SEND_CONFIRMED_RECEIVE_NOT_INITIATED
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:137
      Tx receiving id:  bee16117-a87c-4997-87e8-930ddda36162
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:221
      Waiting for receive tx to be confirmed, current state:  SEND_CONFIRMED_RECEIVE_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:221
      Waiting for receive tx to be confirmed, current state:  SEND_CONFIRMED_RECEIVE_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:221
      Waiting for receive tx to be confirmed, current state:  SEND_CONFIRMED_RECEIVE_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:221
      Waiting for receive tx to be confirmed, current state:  SEND_CONFIRMED_RECEIVE_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:221
      Waiting for receive tx to be confirmed, current state:  SEND_CONFIRMED_RECEIVE_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:221
      Waiting for receive tx to be confirmed, current state:  SEND_CONFIRMED_RECEIVE_PENDING
    console.info src/tests/e2e/receiveTransfer.test.e2e.js:223
      Receive tx confirmed SEND_CONFIRMED_RECEIVE_CONFIRMED

  ● Receive transfer tests › Receive Dai tx

    TimeoutError: Navigation timeout of 30000 ms exceeded

      231 |       const depositWalletType = 'metamask'
      232 |       const platformType = 'ethereum'
    > 233 |       await Promise.all([
          |       ^
      234 |         page.waitForNavigation({
      235 |           waitUntil: 'networkidle0'
      236 |         }),

      at ../../../node_modules/puppeteer/lib/LifecycleWatcher.js:142:21
      at FrameManager.waitForFrameNavigation (../../../node_modules/puppeteer/lib/FrameManager.js:139:19)
      at Frame.waitForNavigation (../../../node_modules/puppeteer/lib/FrameManager.js:414:12)
      at Page.waitForNavigation (../../../node_modules/puppeteer/lib/Page.js:692:12)
          at async Promise.all (index 0)
      at Object.<anonymous> (receiveTransfer.test.e2e.js:233:7)
        -- ASYNC --
      at Frame.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at Page.waitForNavigation (../../../node_modules/puppeteer/lib/Page.js:692:49)
      at Page.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:112:23)
      at Object.waitForNavigation (receiveTransfer.test.e2e.js:234:14)
          at runMicrotasks (<anonymous>)
        -- ASYNC --
      at Page.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at Object.waitForNavigation (receiveTransfer.test.e2e.js:234:14)
          at runMicrotasks (<anonymous>)

[18091:18091:0414/144507.795030:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18091:18091:0414/144507.795378:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18091:18091:0414/144507.796067:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18091:18091:0414/144507.796470:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18091:18091:0414/144507.796921:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18091:18091:0414/144507.822173:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18091:18091:0414/144507.886527:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18091:18091:0414/144507.887174:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18091:18091:0414/144507.901798:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18091:18091:0414/144507.902196:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18091:18091:0414/144507.904252:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18106:18106:0414/144510.281872:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18106:18106:0414/144510.282135:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18133:18133:0414/144640.130219:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18133:18133:0414/144640.130459:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18394:18394:0414/144646.225874:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18394:18394:0414/144646.253527:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18394:18394:0414/144646.259010:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18394:18394:0414/144647.356772:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18394:18394:0414/144647.357203:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 PASS  src/tests/e2e/cancelTransfer.test.e2e.js (215.931s)
  ● Console

    console.info src/tests/e2e/utils/reset.js:48
      User data reset successfully!
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/pages/metamask.page.js:28
      Looks like metamask hangs, force refresh in popup
    console.info src/tests/e2e/pages/metamask.page.js:33
      rechecking if the popup still hangs...
    console.info src/tests/e2e/pages/metamask.page.js:36
      Spinner is gone, problem resolved
    console.info src/tests/e2e/pages/metamask.page.js:95
      Wait for tx approve popup...
    console.info src/tests/e2e/pages/metamask.page.js:101
      Approving tx in popup...
    console.info src/tests/e2e/pages/metamask.page.js:106
      Tx approved
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:118
      Waiting for send tx to be confirmed, current state:  SEND_PENDING
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:118
      Waiting for send tx to be confirmed, current state:  SEND_PENDING
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:118
      Waiting for send tx to be confirmed, current state:  SEND_PENDING
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:118
      Waiting for send tx to be confirmed, current state:  SEND_PENDING
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:120
      Send tx confirmed SEND_CONFIRMED_RECEIVE_NOT_INITIATED
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:152
      Waiting for cancel tx to be confirmed, current state:  SEND_CONFIRMED_CANCEL_PENDING
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:152
      Waiting for cancel tx to be confirmed, current state:  SEND_CONFIRMED_CANCEL_PENDING
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:152
      Waiting for cancel tx to be confirmed, current state:  SEND_CONFIRMED_CANCEL_PENDING
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:152
      Waiting for cancel tx to be confirmed, current state:  SEND_CONFIRMED_CANCEL_PENDING
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:152
      Waiting for cancel tx to be confirmed, current state:  SEND_CONFIRMED_CANCEL_PENDING
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:152
      Waiting for cancel tx to be confirmed, current state:  SEND_CONFIRMED_CANCEL_PENDING
    console.info src/tests/e2e/cancelTransfer.test.e2e.js:154
      Cancel tx confirmed SEND_CONFIRMED_CANCEL_CONFIRMED

[18643:18643:0414/144843.333138:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18643:18643:0414/144843.333350:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18643:18643:0414/144843.333800:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18643:18643:0414/144843.334004:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18643:18643:0414/144843.334438:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18643:18643:0414/144843.334669:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18643:18643:0414/144843.377782:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18643:18643:0414/144843.378152:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18643:18643:0414/144843.386973:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18643:18643:0414/144843.387429:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18643:18643:0414/144843.389700:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18658:18658:0414/144845.955898:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18658:18658:0414/144845.956053:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18690:18690:0414/144848.153607:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18690:18690:0414/144848.153848:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18719:18719:0414/144853.799959:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18719:18719:0414/144853.800210:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18746:18746:0414/144927.919515:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18746:18746:0414/144927.919748:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18849:18849:0414/145004.006914:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18849:18849:0414/145004.007092:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 PASS  src/tests/e2e/emailTransferFormEntryPoint.test.e2e.js (85.943s)
  ● Console

    console.info src/tests/e2e/utils/reset.js:48
      User data reset successfully!
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished

[18970:18970:0414/145009.460934:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18970:18970:0414/145009.461222:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18970:18970:0414/145009.461801:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18970:18970:0414/145009.462070:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18970:18970:0414/145009.462624:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18970:18970:0414/145009.485333:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18970:18970:0414/145009.502647:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18970:18970:0414/145009.503189:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18970:18970:0414/145009.511973:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18970:18970:0414/145009.512271:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18970:18970:0414/145009.513776:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18983:18983:0414/145011.539732:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[18983:18983:0414/145011.539951:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 FAIL  src/tests/e2e/directTransferWalletAuth.test.e2e.js (399.347s)
  ● Console

    console.info src/tests/e2e/utils/reset.js:48
      User data reset successfully!
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/directTransferWalletAuth.test.e2e.js:61
      Wait till all pending txs are mined...
    console.info src/tests/e2e/directTransferWalletAuth.test.e2e.js:76
      All pending txs mined.

  ● Direct Transfer Auth Tests › Send ETH from drive wallet to metamask wallet

    Timeout - Async callback was not invoked within the 180000ms timeout specified by jest.setTimeout.

      274 |   )
      275 | 
    > 276 |   test(
          |   ^
      277 |     'Send ETH from drive wallet to metamask wallet',
      278 |     async () => {
      279 |       await dtPage.dispatchFormActions('transferIn')

      at Spec (../../../node_modules/jest-jasmine2/build/jasmine/Spec.js:85:20)
      at Suite.test (directTransferWalletAuth.test.e2e.js:276:3)
      at Object.describe (directTransferWalletAuth.test.e2e.js:17:1)

  ● Direct Transfer Auth Tests › Send DAI from metamask wallet to drive wallet

    Protocol error (Runtime.callFunctionOn): Execution context was destroyed.

      31 |     switch (field) {
      32 |       case 'account': {
    > 33 |         await page.click('#groupedAccountSelection')
         |         ^
      34 |         break
      35 |       }
      36 |       case 'coin': {

      at ../../../node_modules/puppeteer/lib/Connection.js:183:56
      at CDPSession.send (../../../node_modules/puppeteer/lib/Connection.js:182:12)
      at ExecutionContext._evaluateInternal (../../../node_modules/puppeteer/lib/ExecutionContext.js:107:44)
      at ExecutionContext.evaluate (../../../node_modules/puppeteer/lib/ExecutionContext.js:48:23)
      at ExecutionContext.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:112:23)
      at ElementHandle.evaluate (../../../node_modules/puppeteer/lib/JSHandle.js:54:42)
      at ElementHandle.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:112:23)
      at ElementHandle._scrollIntoViewIfNeeded (../../../node_modules/puppeteer/lib/JSHandle.js:180:30)
      at ElementHandle.click (../../../node_modules/puppeteer/lib/JSHandle.js:281:16)
        -- ASYNC --
      at ExecutionContext.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at ElementHandle.evaluate (../../../node_modules/puppeteer/lib/JSHandle.js:54:42)
      at ElementHandle.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:112:23)
      at ElementHandle._scrollIntoViewIfNeeded (../../../node_modules/puppeteer/lib/JSHandle.js:180:30)
      at ElementHandle.click (../../../node_modules/puppeteer/lib/JSHandle.js:281:16)
      at ElementHandle.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:112:23)
      at DOMWorld.click (../../../node_modules/puppeteer/lib/DOMWorld.js:367:18)
          at runMicrotasks (<anonymous>)
      at DirectTransferFormPage.openSelect (pages/directTransferForm.page.js:33:9)
        -- ASYNC --
      at ElementHandle.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at ElementHandle._scrollIntoViewIfNeeded (../../../node_modules/puppeteer/lib/JSHandle.js:180:30)
      at ElementHandle.click (../../../node_modules/puppeteer/lib/JSHandle.js:281:16)
      at ElementHandle.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:112:23)
      at DOMWorld.click (../../../node_modules/puppeteer/lib/DOMWorld.js:367:18)
          at runMicrotasks (<anonymous>)
      at DirectTransferFormPage.openSelect (pages/directTransferForm.page.js:33:9)
      at DirectTransferFormPage.updateForm (pages/directTransferForm.page.js:51:9)
      at DirectTransferFormPage.fillForm (pages/directTransferForm.page.js:229:5)
        -- ASYNC --
      at ElementHandle.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at DOMWorld.click (../../../node_modules/puppeteer/lib/DOMWorld.js:367:18)
          at runMicrotasks (<anonymous>)
      at DirectTransferFormPage.openSelect (pages/directTransferForm.page.js:33:9)
      at DirectTransferFormPage.updateForm (pages/directTransferForm.page.js:51:9)
      at DirectTransferFormPage.fillForm (pages/directTransferForm.page.js:229:5)
      at Object.<anonymous> (directTransferWalletAuth.test.e2e.js:281:7)
        -- ASYNC --
      at Frame.<anonymous> (../../../node_modules/puppeteer/lib/helper.js:111:15)
      at Page.click (../../../node_modules/puppeteer/lib/Page.js:1064:29)
      at DirectTransferFormPage.click [as openSelect] (pages/directTransferForm.page.js:33:20)
      at DirectTransferFormPage.openSelect (pages/directTransferForm.page.js:51:20)
      at DirectTransferFormPage.updateForm [as fillForm] (pages/directTransferForm.page.js:229:16)
      at Object.fillForm (directTransferWalletAuth.test.e2e.js:281:20)

  ● Direct Transfer Auth Tests › Send DAI from metamask wallet to drive wallet

    Timeout - Async callback was not invoked within the 180000ms timeout specified by jest.setTimeout.

      335 |   )
      336 | 
    > 337 |   test(
          |   ^
      338 |     'Send DAI from metamask wallet to drive wallet',
      339 |     async () => {
      340 |       const CRYPTO_AMOUNT = '1'

      at Spec (../../../node_modules/jest-jasmine2/build/jasmine/Spec.js:85:20)
      at Suite.test (directTransferWalletAuth.test.e2e.js:337:3)
      at Object.describe (directTransferWalletAuth.test.e2e.js:17:1)

[20478:20478:0414/145648.760468:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20478:20478:0414/145648.760844:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20478:20478:0414/145648.761467:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20478:20478:0414/145648.761864:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20478:20478:0414/145648.762312:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20478:20478:0414/145648.789318:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20478:20478:0414/145648.805211:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20478:20478:0414/145648.805520:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20478:20478:0414/145648.813821:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20478:20478:0414/145648.814148:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20478:20478:0414/145648.815836:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20494:20494:0414/145650.821800:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20494:20494:0414/145650.822012:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20570:20570:0414/145657.790564:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20570:20570:0414/145657.790923:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20570:20570:0414/145657.791961:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20570:20570:0414/145657.792321:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20570:20570:0414/145657.792814:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20570:20570:0414/145657.793167:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20570:20570:0414/145657.793754:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20570:20570:0414/145657.793946:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.389053:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.389536:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.390208:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.390441:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.395757:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.395929:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.403788:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.403986:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.412484:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.412784:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.413237:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.468138:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
[20603:20603:0414/145702.493240:ERROR:child_process_sandbox_support_impl_linux.cc(79)] FontService unique font name matching request did not receive a response.
 PASS  src/tests/e2e/userSetting.test.e2e.js (23.619s)
  ● Console

    console.info src/tests/e2e/utils/reset.js:48
      User data reset successfully!
    console.info src/tests/e2e/pages/login.page.js:91
      Login finished
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed
    console.info src/tests/e2e/utils/reduxTracker.js:94
      ReduxTracker started
    console.info src/tests/e2e/utils/reduxTracker.js:117
      ReduxTracker validation passed


Test Suites: 11 failed, 3 passed, 14 total
Tests:       18 failed, 37 passed, 55 total
Snapshots:   0 total
Time:        1423.026s, estimated 1516s

@timothywangdev
Copy link
Contributor Author

timothywangdev commented Apr 14, 2020

run test individually:

Screenshot from 2020-04-14 15-14-59.png

Screenshot from 2020-04-14 15-22-23.png

@timothywangdev
Copy link
Contributor Author

Screenshot from 2020-04-16 20-22-21.png

@timothywangdev
Copy link
Contributor Author

pr cb4b543

Screenshot from 2020-04-16 20-40-52.png

@timothywangdev
Copy link
Contributor Author

All tests passed

Screenshot from 2020-04-20 20-45-53.png

But the tests did not terminate.

@timothywangdev
Copy link
Contributor Author

timothywangdev commented Apr 21, 2020

Screenshot from 2020-04-20 22-09-50.png

Screenshot from 2020-04-20 22-09-35.png

cancel and review still sometimes hung. needed to be investigated

@timothywangdev
Copy link
Contributor Author

hung after all tests passed may be related to jestjs/jest#1456 (comment)

@timothywangdev
Copy link
Contributor Author

timothywangdev commented Apr 22, 2020

Screenshot from 2020-04-21 20-55-00.png

Screenshot from 2020-04-21 20-53-27.png

Seems to be timeout set too low?

@timothywangdev
Copy link
Contributor Author

Screenshot from 2020-04-22 14-42-48.png

set to 15 min, still timeout

@timothywangdev
Copy link
Contributor Author

Relatively stable after receive/cancel tests optimization
Screenshot from 2020-04-23 01-03-44.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants