(app-impress) create Templates feature

We created the features templates.
It will be used to create, edit and
delete templates.
It is a naive copy of pads.
This commit is contained in:
Anthony LC
2024-04-15 22:32:24 +02:00
committed by Anthony LC
parent 7fb8a62e63
commit 8d2a78cf8d
35 changed files with 1107 additions and 5 deletions

View File

@@ -94,11 +94,7 @@ test.describe('Pad Editor', () => {
await expect(page.getByText('[test markdown]')).toBeVisible();
await page.getByText('[test markdown]').dblclick();
await page
.getByRole('button', {
name: 'M',
})
.click();
await page.locator('button[data-test="convertMarkdown"]').click();
await expect(page.getByText('[test markdown]')).toBeHidden();
await expect(