More tests added

This commit is contained in:
Jose Olarte III
2024-07-23 21:26:05 +08:00
parent 190732fb00
commit 71ef3718c8
5 changed files with 126 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';
test('test', async ({ page }) => {
test('Create new project', async ({ page }) => {
// Generate a random string of 16 characters
let randomString = Math.random().toString(36).substring(2, 18);