feat: modify sidebar style (#1703)

This commit is contained in:
Qi
2023-03-28 02:41:04 +08:00
committed by GitHub
parent c2b1a9b118
commit 628ce08d8d
24 changed files with 503 additions and 383 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import type { Page } from '@playwright/test';
export async function newPage(page: Page) {
await page.waitForSelector('v-line');
// fixme(himself65): if too fast, the page will crash
await page.getByTestId('sliderBar').getByText('New Page').click({
await page.getByTestId('new-page-button').click({
delay: 100,
});
await page.waitForSelector('v-line');