File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
atest/acceptance/keywords Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11*** Settings ***
2- Test Setup Text Fields Test Suite Setup
2+ Suite Setup Open Browser To Start Page Disabling Chrome Leaked Password Detection
3+ Test Setup Go To Page "forms/prefilled_email_form.html"
34Resource ../resource.robot
45Force Tags Known Issue Internet Explorer
56
@@ -77,6 +78,8 @@ Attempt Clear Element Text On Non-Editable Field
7778 Run Keyword And Expect Error * Clear Element Text can_send_email
7879
7980*** Keywords ***
80- Text Fields Test Suite Setup
81- Go To Page "forms/prefilled_email_form.html"
82- Set Selenium Speed 0.1secs
81+
82+ Open Browser To Start Page Disabling Chrome Leaked Password Detection
83+ [Arguments] ${alias } =${None }
84+ Open Browser ${FRONT PAGE } ${BROWSER } remote_url=${REMOTE_URL }
85+ ... options=add_experimental_option("prefs", {"profile.password_manager_leak_detection": False}) alias=${alias }
You can’t perform that action at this time.
0 commit comments