Fix test selector

This commit is contained in:
Tessa Kelly 2023-04-20 09:39:43 -06:00
parent 8a78b7ea10
commit 88e2d0ad27

View File

@ -154,7 +154,7 @@ describe("UI tests", function () {
// visible icon names snapshot
await page.click("label");
await page.waitForSelector(".checkbox-V7__Checked");
await page.waitForSelector("[aria-checked=true]");
await percySnapshot(page, `${name} - display icon names`);
const results = await new AxePuppeteer(page)