test: update test title

This commit is contained in:
tzhangchi
2022-12-23 23:24:26 +08:00
parent 7ef68b12d0
commit 75e94c9117
+1 -1
View File
@@ -4,7 +4,7 @@ import { loadPage } from './libs/load-page';
loadPage();
test.describe('Local first delete page', () => {
test('Click delete page and show delete modal', async ({ page }) => {
test('New a page ,then open it and show delete modal', async ({ page }) => {
await page.getByText('New Page').click();
await page.getByPlaceholder('Title').click();
await page.getByPlaceholder('Title').fill('this is a new page to delete');