Co-authored-by: John Hill <john.c.hill@nasa.gov>
This commit is contained in:
@@ -34,7 +34,7 @@ const percySnapshot = require('@percy/playwright');
|
||||
*/
|
||||
async function createClockAndDisplayLayout(page) {
|
||||
//Go to baseURL
|
||||
await page.goto('/', { waitUntil: 'networkidle' });
|
||||
await page.goto('./', { waitUntil: 'networkidle' });
|
||||
|
||||
// Click button:has-text("Create")
|
||||
await page.locator('button:has-text("Create")').click();
|
||||
|
||||
Reference in New Issue
Block a user