From 90576432106a99acffdfb16ab0572ee90ab1c103 Mon Sep 17 00:00:00 2001
From: Joel Dickson <9032274+joeldickson@users.noreply.github.com>
Date: Thu, 17 Oct 2024 16:05:19 +0700
Subject: [PATCH] Update CustomRulesResources.resx
---
src/Agoda.Analyzers/AgodaCustom/CustomRulesResources.resx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Agoda.Analyzers/AgodaCustom/CustomRulesResources.resx b/src/Agoda.Analyzers/AgodaCustom/CustomRulesResources.resx
index 53ab91d..91ecd67 100644
--- a/src/Agoda.Analyzers/AgodaCustom/CustomRulesResources.resx
+++ b/src/Agoda.Analyzers/AgodaCustom/CustomRulesResources.resx
@@ -261,6 +261,6 @@ One exception is logging, where it can be useful to see the exact DC / cluster /
You are using either an interpolated string or string concatenation in your logs, change these to the message template format to preserve structure in your logs
- QuerySelectorAsync makes things more flaky. Use locator-based "IPage.Locator" instead, as Playwright supports that better
+ QuerySelectorAsync usage found Replace with Locator or GetByRole for more reliable tests
-
\ No newline at end of file
+