forked from jsnbuchanan/crowd-funder-for-time-pwa
move contact actions into the details page (prepping for checkboxes)
This commit is contained in:
@@ -2,8 +2,8 @@ import { test, expect } from '@playwright/test';
|
||||
import { importUser } from './testUtils';
|
||||
|
||||
test('Record something given', async ({ page }) => {
|
||||
// Generate a random string of 3 characters
|
||||
const randomString = Math.random().toString(36).substring(2, 5);
|
||||
// Generate a random string of a few characters
|
||||
const randomString = Math.random().toString(36).substring(2, 6);
|
||||
|
||||
// Generate a random non-zero single-digit number
|
||||
const randomNonZeroNumber = Math.floor(Math.random() * 99) + 1;
|
||||
|
||||
Reference in New Issue
Block a user