Bug 1822627 - Make tests in credential-management point to the right component in searchfox/bugzilla. r=aryx,dveditz CLOSED TREE

Differential Revision: https://phabricator.services.mozilla.com/D172709
This commit is contained in:
Cosmin Sabou 2023-03-15 17:04:53 +00:00
Родитель 79329846cc
Коммит 5fb35acee0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -181,7 +181,7 @@ with Files("tests/cors/**"):
BUG_COMPONENT = ("Core", "DOM: Security")
with Files("tests/credential-management/**"):
BUG_COMPONENT = ("Core", "DOM: Security")
BUG_COMPONENT = ("Core", "DOM: Credential Management")
with Files("tests/css/**"):
BUG_COMPONENT = ("Core", "CSS Parsing and Computation")