mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-16 11:21:12 +00:00
feat: add CLI command for importing and exporting Pocket ID data (#998)
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,7 @@ test.describe('Initial User Signup', () => {
|
||||
});
|
||||
|
||||
test('Initial Signup - success flow', async ({ page }) => {
|
||||
await cleanupBackend(true);
|
||||
await cleanupBackend({ skipSeed: true });
|
||||
await page.goto('/setup');
|
||||
await page.getByLabel('First name').fill('Jane');
|
||||
await page.getByLabel('Last name').fill('Smith');
|
||||
|
||||
Reference in New Issue
Block a user