Skip to content

Commit

Permalink
test(network): rebaseline request failed test on win
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Apr 18, 2020
1 parent 2b96b85 commit 2a866d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/network.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2a866d6

Please sign in to comment.