fix: Update Playwright tests to use correct API and assertions

This commit is contained in:
2026-03-27 13:31:11 -07:00
parent 03c65b651b
commit 4935b146e5
2 changed files with 39 additions and 35 deletions
+2
View File
@@ -2,6 +2,8 @@
require 'open3'
require 'timeout'
require 'net/http'
require 'uri'
# Script to start Hanami server and run Playwright tests
class PlaywrightRunner