We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fc400 commit 7be831eCopy full SHA for 7be831e
tools/ui-screenshots/customer-tabs.mjs
@@ -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
-
+
47
// Screenshot the customers list (baseline)
48
await page.screenshot({path: path.join(OUT_DIR, 'customers-list.png'), fullPage: true});
49
0 commit comments