You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2021/12/27 12:39:28 UTC

[dolphinscheduler] 04/06: modify UserList to userList

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch user_e2e
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

commit 9341036c34417fe3b132c4c75e46d26fdb6bef3a
Author: chenxingchun <43...@qq.com>
AuthorDate: Wed Dec 22 17:52:52 2021 +0800

    modify UserList to userList
---
 .../test/java/org/apache/dolphinscheduler/e2e/cases/UserE2ETest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/UserE2ETest.java b/dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/UserE2ETest.java
index 63853d9..ccb363e 100644
--- a/dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/UserE2ETest.java
+++ b/dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/UserE2ETest.java
@@ -111,7 +111,7 @@ class UserE2ETest {
         await().untilAsserted(() -> {
             browser.navigate().refresh();
             assertThat(
-                page.UserList()
+                page.userList()
             ).noneMatch(
                 it -> it.getText().contains(user)
             );