60%
This commit is contained in:
@@ -112,7 +112,7 @@ const run = async () => {
|
||||
|
||||
await valueOf(send, `(() => {
|
||||
const inputs = document.querySelectorAll('.auth-input input')
|
||||
const values = ['13800138000', '1234', 'demo-password', 'demo-password']
|
||||
const values = ['13800138000', '联调昵称', '1234', 'demo-password', 'demo-password']
|
||||
inputs.forEach((input, index) => {
|
||||
input.value = values[index]
|
||||
input.dispatchEvent(new Event('input', { bubbles: true }))
|
||||
|
||||
Reference in New Issue
Block a user