fix: first workspace name (#1411)

This commit is contained in:
Himself65
2023-03-08 01:44:50 -06:00
committed by GitHub
parent 6d435398e3
commit 75a7e2339c
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ test.describe('Local first create page', () => {
await page.waitForTimeout(1000);
const text = await page.getByTestId('workspace-avatar').textContent();
// default avatar for default workspace
expect(text).toBe('U');
expect(text).toBe('D');
await page.getByTestId('workspace-name').click();
await page.getByTestId('workspace-card').nth(1).click();
const blobUrl = await page