chore: bump version (#3706)

This commit is contained in:
Alex Yang
2023-08-11 15:36:10 -04:00
committed by GitHub
parent 844e73ca29
commit 91619b87db
35 changed files with 2319 additions and 2355 deletions

View File

@@ -12,7 +12,7 @@ test('plugin should exist', async ({ page }) => {
await openHomePage(page);
await waitEditorLoad(page);
await page.route('**/plugins/**/package.json', route => route.fetch(), {
times: 4,
times: 5,
});
await page.waitForTimeout(50);
const packageJson = await page.evaluate(() => {