test: fix another EOL in expectations (#8009)
This commit is contained in:
parent
28fb3c776a
commit
7454647d8e
|
|
@ -224,7 +224,7 @@ it('should fulfill original response after redirects', async ({page, browserName
|
|||
expect(redirectChain).toEqual(expectedUrls);
|
||||
|
||||
expect(response.status()).toBe(200);
|
||||
expect(await response.text()).toBe('<title>Woof-Woof</title>\n');
|
||||
expect(await response.text()).toBe('<title>Woof-Woof</title>' + os.EOL);
|
||||
});
|
||||
|
||||
it('should abort after redirects', async ({page, browserName, server}) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue