mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
feat(i18n): fix i18n en-Us & en json english style (#7834)
This commit is contained in:
@@ -64,7 +64,7 @@ test('create new tab', async ({ views }) => {
|
||||
page = await views.getActive();
|
||||
// page content should be at all docs page
|
||||
await expect(page.getByTestId('virtualized-page-list')).toContainText(
|
||||
'All Docs'
|
||||
'All docs'
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user