Skip to content

Commit c44a3ce

Browse files
DavertMikclaude
andcommitted
Merge revert to commit 720ec42 with updated Dockerfile
- Reverted to commit 720ec42 (fixed webkit tests) - Updated Dockerfile to use Playwright v1.55.0 and ESM-compatible configuration - Fixed docker setup for ESM exports with proper symlinks - Resolved merge conflict in session_test.js 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2 parents 6301c98 + bd0fa9f commit c44a3ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/acceptance/session_test.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import assert from 'assert'
22
import { devices } from 'playwright'
3-
4-
import { within } from 'codeceptjs/effects';
5-
import { event } from 'codeceptjs'
3+
import { within } from 'codeceptjs/effects'
4+
import event from 'codeceptjs'
65

76
const output_dir = global.output_dir || './output'
87

0 commit comments

Comments
 (0)