Skip to content

Commit 7be831e

Browse files
committed
precommit fixes
1 parent 40fc400 commit 7be831e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ui-screenshots/customer-tabs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function main() {
4343
// Go to Customers
4444
await page.goto(`${BASE_URL}/customers`, {waitUntil: 'domcontentloaded'});
4545
await page.waitForTimeout(2000);
46-
46+
4747
// Screenshot the customers list (baseline)
4848
await page.screenshot({path: path.join(OUT_DIR, 'customers-list.png'), fullPage: true});
4949

0 commit comments

Comments
 (0)