(page, name)
| 191 | } |
| 192 | |
| 193 | function navigationEntryLink(page, name) { |
| 194 | return page.locator(`#app-navigation .app-navigation-entry > a[data-name="${name.replace(/"/g, '\\"')}"]`).first(); |
| 195 | } |
| 196 | |
| 197 | function navigationEntryMenuButton(page, name) { |
| 198 | return page.locator(`button[data-name="${name.replace(/"/g, '\\"')}"]`).first(); |
no test coverage detected