Skip to content

Commit fe3403c

Browse files
committed
test
1 parent f97a3fa commit fe3403c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test.describe('Rooms CallScreen tests for different roles', async () => {
6969
}
7070
await page.goto(buildUrlWithMockAdapter(serverUrl, { ...initialState }));
7171
await waitForSelector(page, dataUiId(IDS.videoGallery));
72-
expect(await stableScreenshot(page)).toMatchSnapshot('rooms-call-screen-attendee1.png');
72+
expect(await stableScreenshot(page)).toMatchSnapshot('rooms-call-screen-attendee.png');
7373
if (isTestProfileMobile(testInfo)) {
7474
await pageClick(page, dataUiId(IDS.moreButton));
7575
expect(await stableScreenshot(page)).toMatchSnapshot('rooms-call-screen-attendee-click-more-button.png');

0 commit comments

Comments
 (0)