feat(core): bump theme, update workspace card color variables, add active status (#8467)

close AF-1468
This commit is contained in:
CatsJuice
2024-10-11 01:03:38 +00:00
parent a0bd29d52b
commit db4d8ddf0b
7 changed files with 95 additions and 55 deletions

View File

@@ -21,7 +21,10 @@ test('should create a page with a local first avatar and remove it', async ({
await page.getByTestId('create-workspace-create-button').click();
await page.waitForTimeout(1000);
await page.getByTestId('workspace-name').click();
await page.getByTestId('workspace-card').nth(1).click();
await page
.getByTestId('workspace-card')
.nth(1)
.click({ position: { x: 10, y: 10 } });
await page.getByTestId('settings-modal-trigger').click();
await page.getByTestId('current-workspace-label').click();
await page