forked from baron/baron-sso
fix userfront verify link routing
This commit is contained in:
@@ -226,6 +226,11 @@ test.describe('UserFront WASM route inventory (unauth)', () => {
|
||||
await expect(page).toHaveURL(/\/ko\/verification$/);
|
||||
});
|
||||
|
||||
test('route: /ko/verify-complete', async ({ page }) => {
|
||||
await page.goto('/ko/verify-complete');
|
||||
await expect(page).toHaveURL(/\/ko\/verify-complete$/);
|
||||
});
|
||||
|
||||
test('route: /ko/l/:shortCode', async ({ page }) => {
|
||||
await page.goto('/ko/l/AB123456');
|
||||
await expect(page).toHaveURL(/\/ko\/l\/AB123456$/);
|
||||
|
||||
Reference in New Issue
Block a user