Skip to content

Commit b1b29d4

Browse files
committed
fix: updated password in test
1 parent a331d0a commit b1b29d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/autoscript-suites/src/suites/authn-central-logout.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test('should login and logout with pingone', async ({ page }) => {
2020
await btn.click({ delay: 1000 });
2121
await page.waitForURL(/ping/);
2222
await page.getByPlaceholder('Username').fill('reactdavinci@user.com');
23-
await page.getByRole('textbox', { name: 'Password' }).fill('bae0fzc-mzg3krg5FQB');
23+
await page.getByRole('textbox', { name: 'Password' }).fill('twf0MCH5xnw.jcj4qtq');
2424
await page.getByRole('button', { name: 'Sign On' }).click();
2525

2626
await expect(page.getByText('preferred_username')).toContainText('reactdavinci@user.com');

0 commit comments

Comments
 (0)