remove the custom test timeout as default would be enough

This commit is contained in:
Bijin A B
2025-09-24 13:56:41 +05:30
committed by GitHub
parent c15d47c0dc
commit a1a7c9a136

View File

@@ -1,8 +1,6 @@
import { test, expect } from '../../playwright';
test.describe.serial('URL Interpolation', () => {
test.setTimeout(2 * 10 * 1000);
test('Interpolate basic path params', async ({ pageWithUserData: page }) => {
await page.locator('#sidebar-collection-name').click();
await page.getByRole('complementary').getByText('echo-request-url').click();