Skip to content

Commit

Permalink
change test class name
Browse files Browse the repository at this point in the history
  • Loading branch information
yu.watanabe committed Oct 27, 2015
1 parent b1ba498 commit e2939b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
* with "@Ignore".
*
*/
public class PurchaseTest {
//@Ignore // !!! un-comment out here !!!
public class ShowItemTest {

protected WebDriver driver;

Expand Down Expand Up @@ -70,7 +71,6 @@ public void after() throws Exception {
}
}

@Ignore // !!! un-comment out here !!!
@Test
public void purchase() throws Exception {
// go top page and assert
Expand Down

0 comments on commit e2939b8

Please sign in to comment.