Bug 1893664 - [puppeteer] Mark Page.authenticate test as FAIL/PASS because use_redirect_for_retries changes value on late beta r=webdriver-reviewers,whimboo

Differential Revision: https://phabricator.services.mozilla.com/D208904
This commit is contained in:
Julian Descottes 2024-04-30 08:46:09 +00:00
Родитель 687211c219
Коммит 0bc167a726
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2674,8 +2674,8 @@
"testIdPattern": "[network.spec] network Page.authenticate should allow disable authentication",
"platforms": ["darwin", "linux", "win32"],
"parameters": ["firefox", "webDriverBiDi"],
"expectations": ["FAIL"],
"comment": "The Puppeteer implementation does not expect 2 responseCompleted events (that AuthRequired triggered)"
"expectations": ["FAIL", "PASS"],
"comment": "FAIL: The Puppeteer implementation does not expect 2 responseCompleted events (that AuthRequired triggered). PASS: Only one event on late beta (Bug 1893664)."
},
{
"testIdPattern": "[network.spec] network Page.authenticate should fail if wrong credentials",