[e2e] Update tests to be compatible with viper #5513 (#5520)

Co-authored-by: John Hill <john.c.hill@nasa.gov>
This commit is contained in:
Dean Lofts
2022-07-26 06:21:41 +10:00
committed by GitHub
parent 7e854f078e
commit 7e1337447f
28 changed files with 50 additions and 50 deletions

View File

@@ -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();