This commit is contained in:
Tessa Kelly 2022-06-28 12:40:14 -07:00
parent d6faeec1e1
commit 774cdb5d04

View File

@ -49,7 +49,7 @@ describe("UI tests", function () {
const goTo = async (name, location) => {
await page.goto(location);
await page.waitForSelector(`#${name.replace(".", "-")}`, {visible: true});
await page.waitForSelector(`#${name.replace(".", "-")}`, { visible: true });
};
const defaultProcessing = async (name, location) => {