Deploy v10.9.0 #15977
Merged
Deploy v10.9.0 #15977
Annotations
1 error, 2 warnings, and 1 notice
|
tests/e2e/pages/FindWalletPage.ts#L90
1) [Mobile Safari] › tests/e2e/find-wallet.spec.ts:20:7 › Find Wallet Page › personas filter updates counter and list
Error: expect(received).toBe(expected) // Object.is equality
Expected: 5
Received: 43
at pages/FindWalletPage.ts:90
88 | async verifyPersonaFilterCount(expectedCount: number) {
89 | const actualCount = await this.getVisibleWalletCount()
> 90 | expect(actualCount).toBe(expectedCount)
| ^
91 | }
92 |
93 | /**
at FindWalletPage.verifyPersonaFilterCount (/home/runner/work/ethereum-org-website/ethereum-org-website/tests/e2e/pages/FindWalletPage.ts:90:25)
at /home/runner/work/ethereum-org-website/ethereum-org-website/tests/e2e/find-wallet.spec.ts:24:5
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
|
The logs for this run have expired and are no longer available.
Loading