chore: change default Workspace name to "Demo Workspace" (#1054)

This commit is contained in:
JimmFly
2023-02-16 17:55:54 +08:00
committed by GitHub
parent 714665a202
commit b94c0df49e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,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('AFFiNE Test');
expect(await workspaceName.textContent()).toBe('Demo Workspace');
});
test('default workspace avatar', async ({ page }) => {