Skip to content

Commit eeec4b5

Browse files
committed
Turn off Chrome password leak detector
1 parent db74c43 commit eeec4b5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

atest/acceptance/keywords/textfields.robot

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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"
34
Resource ../resource.robot
45
Force 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}

0 commit comments

Comments
 (0)