From a9ec6691fd6436311973489442a63fc77bd0232c Mon Sep 17 00:00:00 2001 From: GeneratorX16 Date: Thu, 30 Jan 2025 10:11:57 +0530 Subject: [PATCH] updated tests --- tests/library/browsercontext-viewport.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/library/browsercontext-viewport.spec.ts b/tests/library/browsercontext-viewport.spec.ts index 386f3fdbcd..1a9a1a27ba 100644 --- a/tests/library/browsercontext-viewport.spec.ts +++ b/tests/library/browsercontext-viewport.spec.ts @@ -47,7 +47,7 @@ it('should return correct outerWidth and outerHeight', async ({ page }) => { expect(size.outerHeight >= size.innerHeight).toBeTruthy(); }); -it.only('landscape viewport should have width larger than height', async () => { +it('landscape viewport should have width larger than height', async () => { for (const device in deviceDescriptors) { const configuration = deviceDescriptors[device]; if (device.includes('landscape') || device.includes('Landscape'))