mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 19:40:30 +08:00
chore: change default Workspace name to "Demo Workspace" (#1054)
This commit is contained in:
@@ -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 }) => {
|
||||
|
||||
Reference in New Issue
Block a user