Bug 1852745 - rename test_autocomplete_basic_form_subdomain - r=credential-management-reviewers,sgalich

into `test_include_other_subdomains_in_lookup.html` to match the preference name.

Differential Revision: https://phabricator.services.mozilla.com/D188817
This commit is contained in:
Johannes J. Schmidt 2023-10-05 13:03:55 +00:00
parent 5b90ae074a
commit 84eef66562
2 changed files with 4 additions and 2 deletions

View File

@ -64,7 +64,7 @@ scheme = https
skip-if =
fission && xorigin # Bug 1716412 - New fission platform triage
scheme = https
[test_autocomplete_basic_form_subdomain.html]
[test_include_other_subdomains_in_lookup.html]
skip-if = toolkit == 'android' # android:autocomplete.
scheme = https
[test_autocomplete_hasBeenTypePassword.html]

View File

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Test that logins with non-exact match origin appear in autocomplete dropdown</title>
<title>Test includeOtherSubdomainsInLookup</title>
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script>
<script type="text/javascript" src="../../../satchel/test/satchel_common.js"></script>
@ -71,7 +71,9 @@
...[
// These two logins should never be visible on https: versions of
// *.example.com since the login is for http: and an https: login exists for this username.
// eslint-disable-next-line @microsoft/sdl/no-insecure-url
["http://example.com/", "https://example.com/", null, "example-user", "example-password", "uname", "pword"],
// eslint-disable-next-line @microsoft/sdl/no-insecure-url
["http://old.example.com/", "https://old.example.com/", null, "example-user", "old-example-password", "uname", "pword"],
...loginInfos,
]