chore: replace all "favourite" with "favorite" (#927)

This commit is contained in:
JimmFly
2023-02-09 15:46:59 +08:00
committed by GitHub
parent 2fd4dc5201
commit 718322ec65
13 changed files with 32 additions and 32 deletions

View File

@@ -21,7 +21,7 @@ test.describe('Local first export page', () => {
await cell.click();
await clickPageMoreActions(page);
const exportParentBtn = page.getByRole('tooltip', {
name: 'Add to favourites Convert to Edgeless Export Delete',
name: 'Add to favorites Convert to Edgeless Export Delete',
});
await exportParentBtn.click();
const [download] = await Promise.all([
@@ -48,7 +48,7 @@ test.describe('Local first export page', () => {
await cell.click();
await clickPageMoreActions(page);
const exportParentBtn = page.getByRole('tooltip', {
name: 'Add to favourites Convert to Edgeless Export Delete',
name: 'Add to favorites Convert to Edgeless Export Delete',
});
await exportParentBtn.click();
const [download] = await Promise.all([