From 808ba2dd308a0e81fab8c9473f9a8f6f3544a709 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 5 Aug 2025 13:00:35 -0500 Subject: [PATCH] cleanu p test --- config/test.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/test.exs b/config/test.exs index 39acc02..1d85034 100644 --- a/config/test.exs +++ b/config/test.exs @@ -100,7 +100,8 @@ config :wallaby, "--disable-background-timer-throttling", "--disable-backgrounding-occluded-windows", "--disable-renderer-backgrounding", - "--window-size=1280,720" + "--window-size=1280,720", + "--disable-features=MacAppCodeSignClone" ] ], screenshot_on_failure: true,