mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-08 07:27:44 +03:00
Fix test selector
This commit is contained in:
parent
8a78b7ea10
commit
88e2d0ad27
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user