refactoring
This commit is contained in:
@@ -4,7 +4,7 @@ import * as path from 'path';
|
||||
import { CheckAuthenticationUseCase } from '../../../packages/application/use-cases/CheckAuthenticationUseCase';
|
||||
import { AuthenticationState } from '../../../packages/domain/value-objects/AuthenticationState';
|
||||
import { Result } from '../../../packages/shared/result/Result';
|
||||
import { PlaywrightAutomationAdapter } from '../../../packages/infrastructure/adapters/automation/PlaywrightAutomationAdapter';
|
||||
import { PlaywrightAutomationAdapter } from 'packages/infrastructure/adapters/automation';
|
||||
|
||||
const TEST_USER_DATA_DIR = path.join(__dirname, '../../../test-browser-data');
|
||||
const SESSION_FILE_PATH = path.join(TEST_USER_DATA_DIR, 'session-state.json');
|
||||
|
||||
Reference in New Issue
Block a user