exports[`network > network_get_request > should get request from previous navigations 1`] = ` ## Request http://localhost:/one Status: 200 ### Request Headers - accept-language: - upgrade-insecure-requests:1 - user-agent: - accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 - accept-encoding:gzip, deflate, br, zstd - connection:keep-alive - host:localhost: - sec-fetch-dest: - sec-fetch-mode: - sec-fetch-site: - sec-fetch-user: ### Response Headers - connection:keep-alive - content-length: - content-type:text/html; charset=utf-8 - date: - keep-alive: ### Response Body `; exports[`network > network_list_requests > list requests form current navigations only 1`] = ` ## Network requests Showing 1-1 of 1 (Page 1 of 1). reqid=3 GET http://localhost:/three [200] `; exports[`network > network_list_requests > list requests from previous navigations 1`] = ` ## Network requests Showing 1-3 of 3 (Page 1 of 1). reqid=1 GET http://localhost:/one [200] reqid=2 GET http://localhost:/two [200] reqid=3 GET http://localhost:/three [200] `; exports[`network > network_list_requests > list requests from previous navigations from redirects 1`] = ` ## Network requests Showing 1-3 of 3 (Page 1 of 1). reqid=1 GET http://localhost:/redirect [302] reqid=2 GET http://localhost:/redirected [200] reqid=3 GET http://localhost:/redirected-page [200] `;