experiments in a post-browser web
10
fork

Configure Feed

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

test(groups): add mode context propagation tests

+1 -1
+1 -1
tests/desktop/groups-context.spec.ts
··· 10 10 11 11 import { test, expect, DesktopApp, getSharedApp, closeSharedApp } from '../fixtures/desktop-app'; 12 12 import { Page } from '@playwright/test'; 13 - import { waitForExtensionsReady, waitForWindowCount, sleep } from '../helpers/window-utils'; 13 + import { waitForExtensionsReady, sleep } from '../helpers/window-utils'; 14 14 15 15 // Shared app and background window 16 16 let sharedApp: DesktopApp;