feat(i18n): fix i18n en-Us & en json english style (#7834)

This commit is contained in:
hwangdev97
2024-08-12 03:19:12 +00:00
parent a6169ab26a
commit 4ac9bd7790
5 changed files with 382 additions and 381 deletions

View File

@@ -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'
);
});