test(admin): ✅ Add end-to-end test for admin login verification workflow
Some checks failed
Deploy Staging / Check Skip (push) Successful in 4s
Deploy Staging / Bump Version (push) Failing after 45s
Deploy Staging / Detect Changes (push) Has been skipped
Deploy Staging / Build (push) Has been skipped
Deploy Staging / Trigger Staging Reconciliation (push) Has been skipped
Some checks failed
Deploy Staging / Check Skip (push) Successful in 4s
Deploy Staging / Bump Version (push) Failing after 45s
Deploy Staging / Detect Changes (push) Has been skipped
Deploy Staging / Build (push) Has been skipped
Deploy Staging / Trigger Staging Reconciliation (push) Has been skipped
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
3f69ed74da
commit
05a854a8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ test('dev login flow via Quick Sign In button', async ({ page }) => {
|
|||
|
||||
// Step 1: Navigate to /login
|
||||
console.log('=== Step 1: Navigate to /login ===');
|
||||
await page.goto('https://admin.lilith.apricot.local/login', { waitUntil: 'networkidle' });
|
||||
await page.goto('https://admin.lilith.apricot.lan/login', { waitUntil: 'networkidle' });
|
||||
const urlBefore = page.url();
|
||||
console.log('URL:', urlBefore);
|
||||
await page.screenshot({ path: '/tmp/admin-login-step1.png', fullPage: true });
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue