0
Fork 0
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:
Gao Sun 2023-09-03 20:06:39 +08:00
parent e68cbd0b09
commit e599e3651c
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -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');