MCPcopy
hub / github.com/vercel/next.js / locateRedbox

Method locateRedbox

test/lib/browsers/playwright.ts:637–641  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

635 }
636
637 locateRedbox(): Locator {
638 return page.locator(
639 'nextjs-portal [aria-labelledby="nextjs__container_errors_label"]'
640 )
641 }
642
643 locateDevToolsIndicator(): Locator {
644 return page.locator('nextjs-portal [data-nextjs-dev-tools-button]:visible')

Callers 4

index.test.tsxFile · 0.80
waitForRedboxFunction · 0.80
waitForNoRedboxFunction · 0.80
openRedboxFunction · 0.80

Calls 1

locatorMethod · 0.80

Tested by

no test coverage detected