File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
discvrcore/test/src/org/labkey/test/tests/discvrcore Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 2323import org .labkey .test .BaseWebDriverTest ;
2424import org .labkey .test .TestTimeoutException ;
2525import org .labkey .test .categories .InDevelopment ;
26- import org .labkey .test .pages .discvrcore .BeginPage ;
2726
2827import java .util .Collections ;
2928import java .util .List ;
@@ -62,10 +61,6 @@ public void preTest()
6261 public void testDiscvrCoreModule ()
6362 {
6463 _containerHelper .enableModule ("DiscvrCore" );
65- BeginPage beginPage = BeginPage .beginAt (this , getProjectName ());
66- assertEquals (200 , getResponseCode ());
67- final String expectedHello = "Hello, and welcome to the DiscvrCore module." ;
68- assertEquals ("Wrong hello message" , expectedHello , beginPage .getHelloMessage ());
6964 }
7065
7166 @ Override
You can’t perform that action at this time.
0 commit comments