Skip to content

Bump react-hook-form from 7.52.2 to 7.53.2 #8772

Bump react-hook-form from 7.52.2 to 7.53.2

Bump react-hook-form from 7.52.2 to 7.53.2 #8772

GitHub Actions / Cucumber report failed Nov 14, 2024 in 0s

Cucumber report (2 errors)

21 Scenarios (2 failed, 19 passed)
512 Steps (2 failed, 486 skipped, 24 passed)

Annotations

Check failure on line 13 in apps/desktop-e2e/src/features/multisig.feature

See this annotation in the file changed.

@github-actions github-actions / Cucumber report

User creates a multisig account Failed.

Scenario: User creates a multisig account
Step: I click "Continue" button
Error: 
locator.click: Timeout 10000ms exceeded.
Call log:
  - waiting for getByRole('button', { name: 'Continue' })
  -   locator resolved to <button disabled type="submit" class="chakra-button css-zlq7wn">Continue</button>
  - attempting click action
  -   waiting for element to be visible, enabled and stable
  -   element is not stable
  - retrying click action, attempt #1
  -   waiting for element to be visible, enabled and stable
  -   element is not stable
  - retrying click action, attempt #2
  -   waiting 20ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #3
  -   waiting 100ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #4
  -   waiting 100ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #5
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #6
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #7
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #8
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #9
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #10
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #11
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #12
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #13
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #14
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #15
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #16
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #17
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #18
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #19
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #20
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #21
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #22
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #23
  -   waiting 500ms

    at CustomWorld.<anonymous> (/home/runner/work/umami-v2/umami-v2/apps/desktop-e2e/src/steps/utils.ts:41:61)
    at Object.run (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/user_code_runner.ts:37:21)
    at /home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/step_runner.ts:52:24
    at runInTestCaseScope (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/scope/test_case_scope.ts:15:24)
    at Object.run (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/step_runner.ts:51:44)
    at async TestCaseRunner.invokeStep (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:140:12)
    at async TestCaseRunner.runStep (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:340:20)
    at /home/runner/work/umami-v2/umami-v2/apps/desktop-e2e/async /home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:246:34
    at async TestCaseRunner.aroundTestStep (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:173:28)
    at async TestCaseRunner.runAttempt (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:224:7)
    at async TestCaseRunner.run (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:191:29)
    at async Worker.runTestCase (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/worker.ts:60:20)
    at async ChildProcessWorker.runTestCase (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/parallel/worker.ts:108:21)
    at async ChildProcessWorker.receiveMessage (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/parallel/worker.ts:99:9)

Check failure on line 25 in apps/desktop-e2e/src/features/onboarding.feature

See this annotation in the file changed.

@github-actions github-actions / Cucumber report

User creates a new seed phrase account Failed.

Scenario: User creates a new seed phrase account
Step: I click "Continue" button
Error: 
locator.click: Timeout 10000ms exceeded.
Call log:
  - waiting for getByRole('button', { name: 'Continue' })
  -   locator resolved to <button disabled type="submit" class="chakra-button css-1jqkqf4">Continue</button>
  - attempting click action
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #1
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #2
  -   waiting 20ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #3
  -   waiting 100ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #4
  -   waiting 100ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #5
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #6
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #7
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #8
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #9
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #10
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #11
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #12
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #13
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #14
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #15
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #16
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #17
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #18
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #19
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #20
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #21
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #22
  -   waiting 500ms
  -   waiting for element to be visible, enabled and stable
  -   element is not enabled
  - retrying click action, attempt #23
  -   waiting 500ms

    at CustomWorld.<anonymous> (/home/runner/work/umami-v2/umami-v2/apps/desktop-e2e/src/steps/utils.ts:41:61)
    at Object.run (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/user_code_runner.ts:37:21)
    at /home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/step_runner.ts:52:24
    at runInTestCaseScope (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/scope/test_case_scope.ts:15:24)
    at Object.run (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/step_runner.ts:51:44)
    at async TestCaseRunner.invokeStep (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:140:12)
    at async TestCaseRunner.runStep (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:340:20)
    at /home/runner/work/umami-v2/umami-v2/apps/desktop-e2e/async /home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:246:34
    at async TestCaseRunner.aroundTestStep (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:173:28)
    at async TestCaseRunner.runAttempt (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:224:7)
    at async TestCaseRunner.run (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/test_case_runner.ts:191:29)
    at async Worker.runTestCase (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/worker.ts:60:20)
    at async ChildProcessWorker.runTestCase (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/parallel/worker.ts:108:21)
    at async ChildProcessWorker.receiveMessage (/home/runner/work/umami-v2/umami-v2/node_modules/@cucumber/cucumber/src/runtime/parallel/worker.ts:99:9)

Check notice on line 0 in apps/desktop-e2e/src/features/multisig.feature

See this annotation in the file changed.

@github-actions github-actions / Cucumber report

Feature: Multisig Account Creation Report

❌ Scenario: User creates a multisig account

Check notice on line 0 in apps/desktop-e2e/src/features/onboarding.feature

See this annotation in the file changed.

@github-actions github-actions / Cucumber report

Feature: User Onboarding Report

❌ Scenario: User creates a new seed phrase account
- Scenario: User creates a new seed phrase account
- Scenario: User creates a new seed phrase account
- Scenario: User creates a new seed phrase account
- Scenario: User creates an account with existing seedphrase
- Scenario: User creates an account with existing seedphrase
- Scenario: User creates an account with existing seedphrase
- Scenario: User creates an account with existing seedphrase
- Scenario: User creates an account with existing seedphrase - through create new page
- Scenario: User creates an account with existing seedphrase - through create new page
- Scenario: User creates an account with existing seedphrase - through create new page
- Scenario: User creates an account with existing seedphrase - through create new page
- Scenario: User imports existing secret key account
- Scenario: User imports existing secret key account
- Scenario: User imports a backup file
- Scenario: User imports a backup file

Check notice on line 0 in apps/desktop-e2e/src/features/staking.feature

See this annotation in the file changed.

@github-actions github-actions / Cucumber report

Feature: Staking Report

- Scenario: I delegate to a baker
- Scenario: I undelegate
- Scenario: I stake to a baker

Check notice on line 0 in apps/desktop-e2e/src/features/updates.feature

See this annotation in the file changed.

@github-actions github-actions / Cucumber report

Feature: Automatic updates Report

- Scenario: My account has been topped-up