EricGao888 commented on code in PR #11629:
URL: https://github.com/apache/dolphinscheduler/pull/11629#discussion_r953598264


##########
docs/docs/en/contribute/e2e-test.md:
##########
@@ -74,7 +74,7 @@ During the test process, we only test the elements we need to 
focus on, not all
 
 In addition, during the testing process, the elements are not manipulated 
directly. The general choice is to package the corresponding methods to achieve 
the effect of reuse. For example, if you want to log in, you input your 
username and password through the `public TenantPage login()` method to 
manipulate the elements you pass in to achieve the effect of logging in. That 
is, when the user finishes logging in, he or she jumps to the Security Centre 
(which goes to the Tenant Management page by default).
 
-The goToTab method is provided in SecurityPage to test the corresponding 
sidebar jumps, which include TenantPage, UserPage and WorkerGroupPge and 
QueuePage. These pages are implemented in the same way, to test that the form's 
input, add and delete buttons return the corresponding pages.
+The goToTab method is provided in SecurityPage to test the corresponding 
sidebar jumps, which include TenantPage, UserPage and WorkerGroupPage and 
QueuePage. These pages are implemented in the same way, to test that the form's 
input, add and delete buttons return the corresponding pages.

Review Comment:
   This sentence looks a little wired. Would you like to rewrite it? Use active 
voice and fix some grammatical errors.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to