fix display on a mobile device & mark slower tests

This commit is contained in:
2025-02-07 14:29:32 -07:00
parent 5b8a564e10
commit 7c61d0445b
5 changed files with 49 additions and 47 deletions

View File

@@ -2,6 +2,8 @@ import { test, expect } from '@playwright/test';
import { importUser } from './testUtils';
test('Record an offer', async ({ page }) => {
test.setTimeout(45000);
// Generate a random string of 3 characters, skipping the "0." at the beginning
const randomString = Math.random().toString(36).substring(2, 5);
// Standard title prefix