mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(test): update integration test
This commit is contained in:
parent
e68cbd0b09
commit
e599e3651c
1 changed files with 2 additions and 2 deletions
|
@ -556,8 +556,8 @@ describe('sign-in experience(happy path): sign-up and sign-in', () => {
|
|||
});
|
||||
|
||||
describe('disable user registration', () => {
|
||||
it('navigate to others tab', async () => {
|
||||
await expectToClickNavTab(page, 'Others');
|
||||
it('navigate to content tab', async () => {
|
||||
await expectToClickNavTab(page, 'Content');
|
||||
|
||||
await waitForFormCard(page, 'TERMS');
|
||||
await waitForFormCard(page, 'LANGUAGES');
|
||||
|
|
Loading…
Reference in a new issue