fix: disable set-db-location step (#4263)

This commit is contained in:
Peng Xiao
2023-09-08 01:41:27 +08:00
committed by LongYinan
parent fd05bb3e39
commit 4e5d426edf
6 changed files with 5 additions and 24 deletions
-3
View File
@@ -154,9 +154,6 @@ test('windows only check', async ({ page }) => {
test('delete workspace', async ({ page }) => {
await page.getByTestId('current-workspace').click();
await page.getByTestId('new-workspace').click();
await page.getByTestId('create-workspace-default-location-button').click({
delay: 100,
});
await page.getByTestId('create-workspace-input').type('Delete Me', {
delay: 100,
});