Trent Larson
3 months ago
4 changed files with 19 additions and 8 deletions
@ -1,6 +1,6 @@ |
|||
import { expect } from '@playwright/test'; |
|||
import { expect, Page } from '@playwright/test'; |
|||
|
|||
export async function importUser(page, id) { |
|||
export async function importUser(page: Page, id?: string): Promise<void> { |
|||
let seedPhrase, userName, did; |
|||
|
|||
// Set seed phrase and DID based on user ID
|
Loading…
Reference in new issue