wire-webapp icon indicating copy to clipboard operation
wire-webapp copied to clipboard

fix(backup): map different asset types [WPB-17781]

Open V-Gira opened this issue 7 months ago โ€ข 1 comments

TaskWPB-17781 [Web] Address CPB playtest findings

Description

correctly map different asset types to their category

Checklist

  • [x] mentions the JIRA issue in the PR name (Ex. [WPB-XXXX])
  • [ ] PR has been self reviewed by the author;
  • [ ] Hard-to-understand areas of the code have been commented;
  • [ ] If it is a core feature, unit tests have been added;

V-Gira avatar May 23 '25 16:05 V-Gira

๐Ÿ”— Download Full Report Artifact

๐Ÿงช Playwright Test Summary

  • โœ… Passed: 2
  • โŒ Failed: 1
  • โญ Skipped: 0
  • ๐Ÿ” Flaky: 0
  • ๐Ÿ“Š Total: 3
  • โฑ Total Runtime: 311.5s (~ 5 min 11 sec)

โ— Failures

โŒ Personal Account Lifecycle (tags: TC-8638, crit-flow)

Location: criticalFlow.spec.ts:158 Duration: 120677ms

Errors:

Test timeout of 120000ms exceeded.
Error: locator.click: Test timeout of 120000ms exceeded.
Call log:
  - waiting for locator('[data-uie-name=\'primary-modals-container\'][aria-label=\'Consent to share user data\']').locator('[data-uie-name=\'do-secondary\']')


   at pages/dataShareConsent.modal.ts:59

  57 |   async clickDecline() {
  58 |     await this.declineButton.isVisible();
> 59 |     await this.declineButton.click();
     |                              ^
  60 |   }
  61 |
  62 |   async clickConfirm() {
    at DataShareConsentModal.clickDecline (/home/runner/work/wire-webapp/wire-webapp/test/e2e_tests/pages/dataShareConsent.modal.ts:59:30)
    at /home/runner/work/wire-webapp/wire-webapp/test/e2e_tests/criticalFlow.spec.ts:204:5
    at /home/runner/work/wire-webapp/wire-webapp/test/e2e_tests/criticalFlow.spec.ts:202:3

github-actions[bot] avatar Jun 25 '25 13:06 github-actions[bot]