()
| 48 | private static final String theVoiceOfChina = "\u4E2D\u56FD\u4E4B\u58F0"; |
| 49 | |
| 50 | @Test |
| 51 | void testCn() { |
| 52 | driver.get(pages.chinesePage); |
| 53 | driver.findElement(By.linkText(theVoiceOfChina)).click(); |
| 54 | } |
| 55 | |
| 56 | @Test |
| 57 | void testEnteringHebrewTextFromLeftToRight() { |
nothing calls this directly
no test coverage detected