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:
parent
3287c2c232
commit
c4681b5f7b
1 changed files with 2 additions and 2 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue