Commit ae227ea9 by arpitgupta

e2e verification

parent 252acd01
...@@ -25,7 +25,8 @@ public class BaseTest { ...@@ -25,7 +25,8 @@ public class BaseTest {
"http://localhost:21000") ; "http://localhost:21000") ;
public SoftAssert SOFT_ASSERT; public SoftAssert SOFT_ASSERT;
@BeforeClass // without this we get NPE
@BeforeClass(alwaysRun = true)
public void beforeClass() { public void beforeClass() {
SOFT_ASSERT = new SoftAssert(); SOFT_ASSERT = new SoftAssert();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment