From ddae995339f10bf2feec02500983d53bd0639ac2 Mon Sep 17 00:00:00 2001 From: Avishka-Shamendra Date: Thu, 3 Oct 2024 10:56:10 +0530 Subject: [PATCH] Fix visibility testcase comments --- .../tests/api/lifecycle/APIVisibilityByRoleTestCase.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/api/lifecycle/APIVisibilityByRoleTestCase.java b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/api/lifecycle/APIVisibilityByRoleTestCase.java index 4d2f5b1423..8424ebef15 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/api/lifecycle/APIVisibilityByRoleTestCase.java +++ b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/api/lifecycle/APIVisibilityByRoleTestCase.java @@ -222,9 +222,9 @@ public void initialize() throws Exception { /** - * Although API visibility on the dev portal is restricted (eg, to the 'admin' role), if a user has the + * Although API visibility on the publisher portal is restricted (eg, to the 'admin' role), if a user has the * 'internal/publisher' role, the API should still be visible to them. - * This ensures that publishers can view all APIs of the organization on the publisher + * This ensures that publishers can view all APIs of the organization on the publisher portal */ @Test(groups = {"wso2.am"}, description = "Test the visibility of API in Publisher for API creator ") public void testVisibilityForCreatorInPublisher() @@ -276,7 +276,7 @@ public void testVisibilityForCreatorInPublisher() } /** - * Although API visibility on the dev portal is restricted (eg, to the 'admin' role), if a user has the + * Although API visibility on the devportal is restricted (eg, to the 'admin' role), if a user has the * 'internal/publisher' role, the API should still be visible to them. * This ensures that publishers can view all APIs of the organization on the devportal */