()
| 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') |
no test coverage detected