From 993f952d6a0d8badbba7c6e4993ef7d504f84e71 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Fri, 15 Sep 2023 21:58:25 +0200 Subject: [PATCH] docs: add screenshot for attachments (#27076) --- docs/src/test-ui-mode-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-ui-mode-js.md b/docs/src/test-ui-mode-js.md index a644911f4e..9e7f01ad4f 100644 --- a/docs/src/test-ui-mode-js.md +++ b/docs/src/test-ui-mode-js.md @@ -101,7 +101,7 @@ The Network tab shows you all the network requests that were made during your te The "Attachments" tab allows you to explore attachments. If you're doing [visual regression testing](./test-snapshots.md), you'll be able to compare screenshots by examining the image diff, the actual image and the expected image. When you click on the expected image you can use the slider to slide one image over the other so you can easily see the differences in your screenshots. -![ui mode with attachments](https://github.com/microsoft/playwright/assets/13063165/bed993d7-7720-4624-b32f-4d7a543a732d) +![ui mode with attachments](https://github.com/microsoft/playwright/assets/13063165/bb83b406-84ed-4380-a96c-0e62d1388093) ### Metadata