Skip to content
Merged

Hiii #81

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions AutoSnap/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion AutoSnap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@playwright/test": "^1.40.0",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"dotenv": "^16.6.1",
"playwright": "^1.53.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion AutoSnap/test-enhanced-flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -2358,7 +2358,7 @@ if (hasNoDocumentContent && !shouldProceedForLanguageSwitching) {
let AIUtilsEnhanced;
try {
// First try the standard rollup output path
const aiUtilsModule = await import('./tracewrightt/dist/esm/tracewrightt/src/ai_utils_enhanced.js');
const aiUtilsModule = await import('./tracewrightt/dist/esm/src/ai_utils_enhanced.js');
AIUtilsEnhanced = aiUtilsModule.AIUtilsEnhanced;
} catch (e) {
try {
Expand Down
Loading