Skip to content

Commit 6e5332c

Browse files
committed
update
1 parent 2d96994 commit 6e5332c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-composites/tests/browser/call/hermetic/RoomsCallScreen.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test.describe('Rooms DeviceButton tests for different roles', async () => {
3232
expect(await stableScreenshot(page)).toMatchSnapshot('rooms-call-screen-devices-presenter.png');
3333
});
3434

35-
test.only('All devices are shown for Attendee', async ({ page, serverUrl }) => {
35+
test('All devices are shown for Attendee', async ({ page, serverUrl }) => {
3636
const initialState = defaultMockCallAdapterState([], 'Attendee', true);
3737
await page.goto(buildUrlWithMockAdapter(serverUrl, { ...initialState }));
3838
await waitForSelector(page, dataUiId(IDS.videoGallery));
@@ -62,7 +62,7 @@ test.describe('Rooms CallScreen tests for different roles', async () => {
6262
}
6363
});
6464

65-
test.only('Screen Share is disabled for Attendee', async ({ page, serverUrl }, testInfo) => {
65+
test('Screen Share is disabled for Attendee', async ({ page, serverUrl }, testInfo) => {
6666
const initialState = defaultMockCallAdapterState([], 'Attendee', true);
6767
await page.goto(buildUrlWithMockAdapter(serverUrl, { ...initialState }));
6868
await waitForSelector(page, dataUiId(IDS.videoGallery));

0 commit comments

Comments
 (0)