mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-29 10:48:30 +08:00
chore(e2e): update register case
Some checks are pending
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase frontEnd test / frontend-test (20) (push) Waiting to run
Some checks are pending
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase frontEnd test / frontend-test (20) (push) Waiting to run
This commit is contained in:
parent
83c6c55424
commit
f9f217e01d
@ -24,12 +24,9 @@ test.describe('auth', () => {
|
||||
|
||||
await page.goto('/');
|
||||
await page.getByRole('link', { name: 'Create an account' }).click();
|
||||
await page.getByPlaceholder('Username').click();
|
||||
await page.getByPlaceholder('Username').fill(username);
|
||||
await page.getByPlaceholder('Password', { exact: true }).click();
|
||||
await page.getByPlaceholder('Password', { exact: true }).fill('zidonghuaceshi123');
|
||||
await page.getByPlaceholder('Confirm password').click();
|
||||
await page.getByPlaceholder('Confirm password').fill('zidonghuaceshi123');
|
||||
await page.getByLabel('block-item-Input-Username').getByRole('textbox').fill(username);
|
||||
await page.getByLabel('block-item-Password-Password').getByRole('textbox').fill('zidonghuaceshi123');
|
||||
await page.getByLabel('block-item-Password-Confirm').getByRole('textbox').fill('zidonghuaceshi123');
|
||||
await page.getByRole('button', { name: 'Sign up' }).click();
|
||||
|
||||
await expect(page.getByText('Sign up successfully, and automatically jump to the sign in page')).toBeVisible();
|
||||
|
Loading…
Reference in New Issue
Block a user