Skip to content

Commit

Permalink
Fix visibility testcase comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Avishka-Shamendra committed Oct 3, 2024
1 parent 43f6bbc commit ddae995
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit ddae995

Please sign in to comment.