We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d97f5 commit 8628ca1Copy full SHA for 8628ca1
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