mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 15:14:06 +00:00
remove the custom test timeout as default would be enough
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user