diff --git a/dolphinscheduler-ui-next/docs/e2e/login.md b/dolphinscheduler-ui-next/docs/e2e/login.md index d147c5c92c..cc73ef27ee 100644 --- a/dolphinscheduler-ui-next/docs/e2e/login.md +++ b/dolphinscheduler-ui-next/docs/e2e/login.md @@ -1,6 +1,7 @@ ### login -id: -- [ ] inputUsername -- [ ] inputPassword -- [ ] btnLogin +| check | id | class | +|--------------------| --- |----------------| +| :white_check_mark: | inputUsername | input-user-name | +| :white_check_mark: | inputPassword | input-password | +| :white_check_mark: | btnLogin | btn-login | diff --git a/dolphinscheduler-ui-next/src/views/login/index.tsx b/dolphinscheduler-ui-next/src/views/login/index.tsx index 48ad64c621..85c0cae33a 100644 --- a/dolphinscheduler-ui-next/src/views/login/index.tsx +++ b/dolphinscheduler-ui-next/src/views/login/index.tsx @@ -67,6 +67,7 @@ const login = defineComponent({ path='userName' >