Merge pull request #219 from toeverything/feat/update-get-started-template

feat: update Get Started template
This commit is contained in:
zuomeng wang
2022-08-12 18:48:31 +08:00
committed by GitHub
5 changed files with 413 additions and 6 deletions
@@ -4,11 +4,11 @@ describe('ligo-virgo', () => {
beforeEach(() => cy.visit('/'));
it('basic load check', () => {
getTitle().contains('Get Started with AFFiNE');
getTitle().contains('👋 Get Started with AFFINE');
cy.get('.block_container').contains('The Essentials');
getBoard().click();
cy.get('.tl-inner-div').contains('Graduating');
cy.get('.tl-inner-div').contains('The Essentials');
});
});
+2 -2
View File
@@ -22,8 +22,8 @@ export function WorkspaceHome() {
workspace_id,
user_initial_page_id,
TemplateFactory.generatePageTemplateByGroupKeys({
name: null,
groupKeys: ['todolist'],
name: '👋 Get Started with AFFINE',
groupKeys: ['getStartedGroup0', 'getStartedGroup1'],
})
);
}