mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test(network): rebaseline request failed test on win
This commit is contained in:
parent
2b96b85e05
commit
2a866d66cb
@ -259,7 +259,7 @@ describe('Network Events', function() {
|
||||
if (MAC)
|
||||
expect(failedRequests[0].failure().errorText).toBe('The network connection was lost.');
|
||||
else if (WIN)
|
||||
expect(failedRequests[0].failure().errorText).toBe('Unsupported protocol');
|
||||
expect(failedRequests[0].failure().errorText).toBe('Server returned nothing (no headers, no data)');
|
||||
else
|
||||
expect(failedRequests[0].failure().errorText).toBe('Message Corrupt');
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user