Fix: Korrigiere ES-Modul-Syntax in Integrationstest und aktualisiere Status
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
OpenClaw 2026-03-12 01:14:36 +00:00
parent b7a60205ad
commit e5f3345305
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,5 @@
// Integration test for helpyourneighbour project
const { test, expect } = require('@playwright/test');
import { test, expect } from '@playwright/test';
test('should run integration tests successfully', async ({ page }) => {
// Test that the main functionality works