add tests for gives to & from projects

This commit is contained in:
2024-11-29 10:42:58 -07:00
parent 8db7ac3f6f
commit d621828d53
11 changed files with 75 additions and 11 deletions

View File

@@ -1,8 +1,9 @@
import { expect, Page } from '@playwright/test';
// Import the seed and switch to the user based on the ID.
// '01' -> 111
// otherwise -> 000
// '01' -> user 111
// otherwise -> user 000
// (... which is a weird convention but I haven't taken the time to change it)
export async function importUser(page: Page, id?: string): Promise<string> {
let seedPhrase, userName, did;