mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 15:44:13 +00:00
chore: remove timeouts
This commit is contained in:
@@ -4,8 +4,6 @@ import { test, expect, closeElectronApp } from '../../../playwright';
|
||||
import { waitForReadyPage } from '../../utils/page';
|
||||
|
||||
test.describe('Default Workspace', () => {
|
||||
test.setTimeout(90000);
|
||||
|
||||
test.describe('First Launch', () => {
|
||||
test('should create default workspace with "My Workspace" name on first launch', async ({ launchElectronApp, createTmpDir }) => {
|
||||
const userDataPath = await createTmpDir('default-workspace-first-launch');
|
||||
|
||||
@@ -8,8 +8,6 @@ const env = {
|
||||
};
|
||||
|
||||
test.describe('Default Workspace Migration', () => {
|
||||
test.setTimeout(90000);
|
||||
|
||||
test.describe('Migration from lastOpenedCollections', () => {
|
||||
test('should migrate collections from lastOpenedCollections to new workspace', async ({ launchElectronApp, createTmpDir }) => {
|
||||
const userDataPath = await createTmpDir('default-workspace-migration');
|
||||
|
||||
@@ -4,8 +4,6 @@ import { test, expect, closeElectronApp } from '../../../playwright';
|
||||
import { waitForReadyPage } from '../../utils/page';
|
||||
|
||||
test.describe('Default Workspace Recovery and Backup', () => {
|
||||
test.setTimeout(90000);
|
||||
|
||||
test.describe('Global Environments Backup', () => {
|
||||
test('should create backup file for global environments during migration', async ({ launchElectronApp, createTmpDir }) => {
|
||||
const userDataPath = await createTmpDir('global-env-backup');
|
||||
|
||||
Reference in New Issue
Block a user