(text: TextMatch)
| 26 | }; |
| 27 | |
| 28 | const getMultipleError = (text: TextMatch) => `Found multiple elements with text: ${String(text)}`; |
| 29 | |
| 30 | const getMissingError = (text: TextMatch) => `Unable to find an element with text: ${String(text)}`; |
| 31 |
no outgoing calls
no test coverage detected
searching dependent graphs…