Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
5

Configure Feed

Select the types of activity you want to include in your feed.

Update tests

Grace Kind (Jul 15, 2026, 3:32 PM -0500) dd047ef7 839513eb

+1 -3
+1 -3
tests/e2e/specs/views/communityPluginListing.view.test.js
··· 167 167 }); 168 168 169 169 await view.locator(".context-menu-button").click(); 170 - await view 171 - .locator('[data-testid="menu-action-plugin-copy-link"]') 172 - .click(); 170 + await view.locator('[data-testid="menu-action-plugin-copy-link"]').click(); 173 171 174 172 await expect(page.locator('[data-testid="toast"]')).toBeVisible(); 175 173 });