mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
add basic crud frontend for clients, tags and projects
This commit is contained in:
@@ -2,7 +2,6 @@ import { expect, test } from '@playwright/test';
|
||||
import { PLAYWRIGHT_BASE_URL } from '../playwright/config';
|
||||
|
||||
async function registerNewUser(page, email, password) {
|
||||
//await page.getByRole('link', { name: 'Register' }).click();
|
||||
await page.goto(PLAYWRIGHT_BASE_URL + '/register');
|
||||
await page.getByLabel('Name').fill('John Doe');
|
||||
await page.getByLabel('Email').fill(email);
|
||||
|
||||
Reference in New Issue
Block a user