mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 09:52:49 +08:00
ci: fix e2e (#5329)
This commit is contained in:
@@ -177,7 +177,7 @@ test('delete workspace', async ({ page }) => {
|
||||
await page.waitForTimeout(1000);
|
||||
await clickSideBarSettingButton(page);
|
||||
await page.getByTestId('current-workspace-label').click();
|
||||
expect(await page.getByTestId('workspace-name-input').inputValue()).toBe(
|
||||
await expect(page.getByTestId('workspace-name-input')).toHaveValue(
|
||||
'Delete Me'
|
||||
);
|
||||
const contentElement = page.getByTestId('setting-modal-content');
|
||||
|
||||
Reference in New Issue
Block a user