BAEL-639: Fixing failing test

This commit is contained in:
slavisa-baeldung
2017-02-18 07:31:10 +01:00
parent 5f0f26e374
commit 6c282a742c
21 changed files with 265 additions and 124 deletions

View File

@@ -0,0 +1,12 @@
package baeldung.com;
import org.testng.annotations.Test;
public class SignInTest {
@Test
public void givenUsername_ifValid_thenCorrect() {
}
}