update frame assertion

This commit is contained in:
Simon Knott 2025-01-28 17:19:24 +01:00
parent 156918e2d6
commit 805d307292
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -110,7 +110,7 @@ test('all properties are populated', async ({ runInlineTest, server, request })
expect(await response.finished()).toBe(null);
expect(request.serviceWorker()).toBe(null);
expect(request.frame()).not.toBe(null);
expect(request.frame()).toBe(null); // we know the page, but not the frame
expect(request.failure()).toBe(null);
expect(request.isNavigationRequest()).toBe(false);