puppeteer-sharp icon indicating copy to clipboard operation
puppeteer-sharp copied to clipboard

Add missing tests ariaqueryhandler.spec.ts

Open kblok opened this issue 2 years ago • 0 comments

ariaqueryhandler.spec.ts: waitForSelector (aria): should work independently of exposeFunction ariaqueryhandler.spec.ts: waitForSelector (aria): should throw when frame is detached ariaqueryhandler.spec.ts: waitForSelector (aria): should survive cross-process navigation ariaqueryhandler.spec.ts: waitForSelector (aria): should wait for visible ariaqueryhandler.spec.ts: waitForSelector (aria): should wait for visible recursively ariaqueryhandler.spec.ts: waitForSelector (aria): hidden should wait for visibility: hidden ariaqueryhandler.spec.ts: waitForSelector (aria): hidden should wait for display: none ariaqueryhandler.spec.ts: waitForSelector (aria): hidden should wait for removal ariaqueryhandler.spec.ts: waitForSelector (aria): should return null if waiting to hide non-existing element ariaqueryhandler.spec.ts: waitForSelector (aria): should respect timeout ariaqueryhandler.spec.ts: waitForSelector (aria): should have an error message specifically for awaiting an element to be hidden ariaqueryhandler.spec.ts: waitForSelector (aria): should respond to node attribute mutation ariaqueryhandler.spec.ts: waitForSelector (aria): should return the element handle ariaqueryhandler.spec.ts: waitForSelector (aria): should have correct stack trace for timeout ariaqueryhandler.spec.ts: queryOne (Chromium web test): should find by name "foo" ariaqueryhandler.spec.ts: queryOne (Chromium web test): should find by name "bar" ariaqueryhandler.spec.ts: queryOne (Chromium web test): should find treeitem by name ariaqueryhandler.spec.ts: queryOne (Chromium web test): should find by role "button" ariaqueryhandler.spec.ts: queryOne (Chromium web test): should find by role "heading" ariaqueryhandler.spec.ts: queryOne (Chromium web test): should find both ignored and unignored

kblok avatar Apr 10 '23 11:04 kblok