Update autofill to 16.1.0 #2675
Annotations
1 error, 2 warnings, and 1 notice
Run tests:
integration-test/fire-button.spec.js#L171
1) [chromium] › fire-button.spec.js:108:9 › Fire Button › getBurnOptions ─────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 1
Object {
"descriptionStats": Object {
- "pinnedTabs": 0,
+ "pinnedTabs": 2,
},
}
169 | {
170 | const { options } = await fireButton.evaluate((f) => f.getBurnOptions());
> 171 | expect(options[5]).toMatchObject({
| ^
172 | descriptionStats: {
173 | pinnedTabs: 0,
174 | },
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/fire-button.spec.js:171:32
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run tests
1 flaky
[chromium] › fire-button.spec.js:108:9 › Fire Button › getBurnOptions ──────────────────────────
14 passed (1.0m)
|
Loading