Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:nabedge/mixer2-sample.git
Browse files Browse the repository at this point in the history
  • Loading branch information
nabedge committed Nov 17, 2015
2 parents e09fe28 + 9057a96 commit 349a4d4
Showing 1 changed file with 2 additions and 2 deletions.
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 349a4d4

Please sign in to comment.