refactoring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, test, expect, beforeEach, vi } from 'vitest';
|
||||
import type { Page } from 'playwright';
|
||||
import { AuthenticationGuard } from '../../../../packages/infrastructure/adapters/automation/AuthenticationGuard';
|
||||
import { AuthenticationGuard } from 'packages/infrastructure/adapters/automation/auth/AuthenticationGuard';
|
||||
|
||||
describe('AuthenticationGuard', () => {
|
||||
let mockPage: Page;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { jest } from '@jest/globals'
|
||||
import { PlaywrightAutomationAdapter } from '../../../../packages/infrastructure/adapters/automation/PlaywrightAutomationAdapter'
|
||||
import { PlaywrightAutomationAdapter } from 'packages/infrastructure/adapters/automation'
|
||||
import { AutomationEvent } from '../../../../packages/application/ports/IAutomationEventPublisher'
|
||||
|
||||
describe('PlaywrightAutomationAdapter lifecycle events (unit)', () => {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { describe, test, expect, beforeEach } from 'vitest';
|
||||
import { SessionCookieStore } from '../../../../packages/infrastructure/adapters/automation/SessionCookieStore';
|
||||
import { SessionCookieStore } from 'packages/infrastructure/adapters/automation/auth/SessionCookieStore';
|
||||
import type { Cookie } from 'playwright';
|
||||
|
||||
describe('SessionCookieStore - Cookie Validation', () => {
|
||||
|
||||
Reference in New Issue
Block a user