Navigates to an FLP tile by its title text.
Playwright Page (or compatible subset).
Title text of the FLP tile.
Optional
Navigation options.
NavigationError if tile is not found or not visible.
await navigateToTile(page, 'Purchase Orders'); Copy
await navigateToTile(page, 'Purchase Orders');
Navigates to an FLP tile by its title text.