From b52a21030f0a020107a1d04404d0ab23051e7699 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 21 Nov 2024 15:53:37 +0100 Subject: [PATCH] cherry-pick(#33712): docs(python): add LocatorAssertions.NotToMatchAriaSnapshot --- 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 369dd995e0b04..c9297f68cad3b 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