🔒 升级base layout

This commit is contained in:
babyProxy 2024-04-23 00:08:15 +08:00
parent 80aa4292a5
commit ea0ff1b8cc
45 changed files with 109 additions and 105 deletions

View file

@ -85,7 +85,7 @@ test.describe('Tool - ${toolNameTitleCase}', () => {
});
test('Has correct title', async ({ page }) => {
await expect(page).toHaveTitle('${toolNameTitleCase} - IT Tools');
await expect(page).toHaveTitle('${toolNameTitleCase} - Zeeklog Online Tools');
});
test('', async ({ page }) => {