diff --git a/CHANGELOG.md b/CHANGELOG.md index f8012905..55f7028d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ # Unreleased -* Alignment with fractal-server 2.9.0 (\#640): +* Alignment with fractal-server 2.9.0 (\#640, \#643): * Updated task collections logic and created task-group activities pages for standard users and administrators (\#640); * Removed active checkbox from task group edit modal (\#640); * Added Manage button to deactivate and reactivate task groups (\#640); + * Removed usage of DB_ENGINE and SQLITE_PATH variables (\#643); + * Displayed `timestamp_last_used` property in task-group info modal (\#643); # 1.10.1 diff --git a/playwright.config.js b/playwright.config.js index bbecb8e4..20c2eda1 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -107,7 +107,7 @@ export default defineConfig({ webServer: [ { - command: './tests/start-test-server.sh 2.9.0a0', + command: './tests/start-test-server.sh 2.9.0a2', port: 8000, waitForPort: true, stdout: 'pipe',