Beispiel #1
0
 @Test
 public void testGetAnswerLabelText() {
   wordPairDemo.getGameNames();
   wordPairDemo.selectGame("Geography");
   assertEquals(wordPairDemo.getAnswerLabelText(), "What's the country?");
 }