0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

test: fix integration test

This commit is contained in:
Gao Sun 2023-03-08 10:55:41 +08:00
parent 3287c2c232
commit c4681b5f7b
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -63,9 +63,9 @@ describe('smoke testing for cloud', () => {
await button.click();
// Wait for our beautiful logto to show up
// Wait for our beautiful logo to show up
await page.waitForSelector('div[class$=topbar] > svg[viewbox][class$=logo]');
expect(page.url()).toBe(new URL(`/${tenantId ?? ''}/onboard/welcome`, logtoCloudUrl).href);
expect(page.url()).toBe(new URL(`/${tenantId ?? ''}/onboarding/welcome`, logtoCloudUrl).href);
});
it('can sign out of admin console', async () => {