|
@ -1,4 +1,5 @@ |
|
|
import { test, expect } from '@playwright/test'; |
|
|
import { test, expect } from '@playwright/test'; |
|
|
|
|
|
import { importUser } from './testUtils'; |
|
|
|
|
|
|
|
|
test('Create new project, then search for it', async ({ page }) => { |
|
|
test('Create new project, then search for it', async ({ page }) => { |
|
|
// Generate a random string of 16 characters
|
|
|
// Generate a random string of 16 characters
|
|
|