wire-webapp
wire-webapp copied to clipboard
fix(backup): map different asset types [WPB-17781]
|
|
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;
Quality Gate passed
Issues
2 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
๐ 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
Quality Gate passed
Issues
2 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code