precommit fixes
taylorwalton committed
Feb 15, 2026 at 14:01 UTC
7be831eca6efa378e9269510e43bd417848f58e6
1 file changed
+1
-1
tools/ui-screenshots/customer-tabs.mjs
+1
-1
@@ -43,7 +43,7 @@ async function main() {
43
// Go to Customers
44
await page.goto(`${BASE_URL}/customers`, {waitUntil: 'domcontentloaded'});
45
await page.waitForTimeout(2000);
46
-
46
+
47
// Screenshot the customers list (baseline)
48
await page.screenshot({path: path.join(OUT_DIR, 'customers-list.png'), fullPage: true});
49