Skip to content

Commit

Permalink
chore: test cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Jan 11, 2025
1 parent a6a9bc3 commit ad71120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web-e2e/src/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ test('has title', async ({ page }) => {
await page.goto('/');

// Expect h1 to contain a substring.
expect(await page.title()).toContain('Drawnix - 开源白板工具');
expect(await page.title()).toContain('Drawnix - 开源白板工具1');
expect(await page.locator('drawnix')).toBeTruthy();
});

0 comments on commit ad71120

Please sign in to comment.