Skip to content

Commit e149579

Browse files
authored
Merge pull request #98 from AutoMaker-Org/feat/new-e2e-test
Refactor: Restructure test utilities and add context view E2E tests
2 parents f6c50ce + c0e0f8d commit e149579

30 files changed

Lines changed: 3417 additions & 2764 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dist/
1212
/.automaker/*
1313
/.automaker/
1414

15-
/old
15+
/logs

apps/app/src/components/views/context-view.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ export function ContextView() {
393393
className="flex-1 flex overflow-hidden"
394394
onDrop={handleDrop}
395395
onDragOver={handleDragOver}
396+
data-testid="context-drop-zone"
396397
>
397398
{/* Left Panel - File List */}
398399
<div className="w-64 border-r border-border flex flex-col overflow-hidden">

0 commit comments

Comments
 (0)