File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
it.tests/src/main/java/com/adobe/aem/guides/wknd/it/tests Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 19
19
import com .adobe .cq .testing .junit .rules .CQAuthorPublishClassRule ;
20
20
import com .adobe .cq .testing .junit .rules .CQRule ;
21
21
import org .apache .sling .testing .clients .ClientException ;
22
- import org .apache .sling .testing .clients .SlingHttpResponse ;
23
22
import org .junit .*;
24
23
25
- import static org .junit .Assert .assertEquals ;
26
-
27
24
28
25
/**
29
26
* Test that some paths exist out-of-the-box on the author service. This test
@@ -69,12 +66,6 @@ public static void beforeClass() throws ClientException {
69
66
public void testHomePageAuthor () throws ClientException {
70
67
adminAuthor .doGet ("/" , 200 );
71
68
}
72
- @ Test
73
- public void testHomePagePub () throws ClientException {
74
- SlingHttpResponse response = adminPublish .doGet ("/" , 200 );
75
-
76
- assertEquals (response .getSlingStatusAsInt (), 200 );
77
- }
78
69
79
70
/**
80
71
* Verifies that the sites console exists on author
You can’t perform that action at this time.
0 commit comments