We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9959ed commit 6a5ee3aCopy full SHA for 6a5ee3a
1 file changed
Framework/Built_In_Automation/Web/Playwright/BuiltInFunctions.py
@@ -921,6 +921,8 @@ async def Validate_Text(step_data):
921
case_insensitive = True
922
elif left_l.startswith("*"):
923
partial_match = True
924
+ elif "partial" in left_l:
925
+ partial_match = True
926
expected_text = right_v
927
928
elif mid_l == "optional parameter":
0 commit comments