chore: add initial tests

This commit is contained in:
David Nguyen
2024-03-16 15:54:20 +08:00
parent 8d1b0adbb2
commit 228ac90036
12 changed files with 268 additions and 41 deletions

View File

@@ -28,8 +28,8 @@ test(`[PR-718]: should be able to create a document`, async ({ page }) => {
// Wait to be redirected to the edit page
await page.waitForURL(/\/documents\/\d+/);
// Set title
await expect(page.getByRole('heading', { name: 'Add Title' })).toBeVisible();
// Set general settings
await expect(page.getByRole('heading', { name: 'General' })).toBeVisible();
await page.getByLabel('Title').fill(documentTitle);