chore: update setting text (#3000)

This commit is contained in:
JimmFly
2023-07-05 01:40:58 +08:00
committed by Alex Yang
parent d94ad8caac
commit b45c8b582e
9 changed files with 272 additions and 50 deletions

View File

@@ -79,7 +79,7 @@ test('allow creation of filters by favorite', async ({ page }) => {
await waitEditorLoad(page);
await clickSideBarAllPageButton(page);
await closeDownloadTip(page);
await createFirstFilter(page, 'Is Favourited');
await createFirstFilter(page, 'Favourited');
await page
.locator('[data-testid="filter-arg"]', { hasText: 'true' })
.locator('div')