From aa7461ca6d02982d8382321e497b5d71550f6f70 Mon Sep 17 00:00:00 2001 From: Pawel Tomaszewski Date: Thu, 28 Nov 2024 14:05:08 +0100 Subject: [PATCH] comments --- docs/visual-testing/mobile-native-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/visual-testing/mobile-native-testing.md b/docs/visual-testing/mobile-native-testing.md index 8e16819b2f..a9569d30bc 100644 --- a/docs/visual-testing/mobile-native-testing.md +++ b/docs/visual-testing/mobile-native-testing.md @@ -28,9 +28,9 @@ The following features are not yet available for mobile app testing: - DOM capture and inspection - [Selective diffing](./selective-diffing.md) -Native full page screenshots are in beta and may have bugs. +Native full-page screenshots are currently in beta and may have unexpected behavior. Possible issues include: - Slow screenshot capture - Baseline and snapshot differences on iOS tablets -- Ignoring and clipping limited to elements within scrollElement on iOS +- Ignoring and clipping limited to elements within `scrollElement` on iOS - Missing sticky elements at the bottom of the screen