From 92436518ff0837ad37117a4c29868911551d65b7 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 21 Nov 2024 15:53:37 +0100 Subject: [PATCH] docs(python): add LocatorAssertions.NotToMatchAriaSnapshot (#33712) --- docs/src/api/class-locatorassertions.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/src/api/class-locatorassertions.md b/docs/src/api/class-locatorassertions.md index e070bbc607..7a640c4ef6 100644 --- a/docs/src/api/class-locatorassertions.md +++ b/docs/src/api/class-locatorassertions.md @@ -442,6 +442,23 @@ Expected options currently selected. ### option: LocatorAssertions.NotToHaveValues.timeout = %%-csharp-java-python-assertions-timeout-%% * since: v1.23 +## async method: LocatorAssertions.NotToMatchAriaSnapshot +* since: v1.49 +* langs: python + +The opposite of [`method: LocatorAssertions.toMatchAriaSnapshot`]. + +### param: LocatorAssertions.NotToMatchAriaSnapshot.expected +* since: v1.49 +- `expected` + +### option: LocatorAssertions.NotToMatchAriaSnapshot.timeout = %%-js-assertions-timeout-%% +* since: v1.49 + +### option: LocatorAssertions.NotToMatchAriaSnapshot.timeout = %%-csharp-java-python-assertions-timeout-%% +* since: v1.49 + + ## async method: LocatorAssertions.toBeAttached * since: v1.33