mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 07:17:00 +08:00
fix: first workspace name (#1411)
This commit is contained in:
@@ -8,7 +8,7 @@ loadPage();
|
||||
test.describe('Local first default workspace', () => {
|
||||
test('preset workspace name', async ({ page }) => {
|
||||
const workspaceName = page.getByTestId('workspace-name');
|
||||
expect(await workspaceName.textContent()).toBe('Untitled Workspace');
|
||||
expect(await workspaceName.textContent()).toBe('Demo Workspace');
|
||||
});
|
||||
|
||||
// test('default workspace avatar', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user