review: quick renaming

This commit is contained in:
Valere
2025-12-04 10:06:45 +01:00
parent 5d55f83e90
commit 940c787040

View File

@@ -15,9 +15,9 @@ export interface MobileCreateFixtures {
}
export const mobileTest = test.extend<MobileCreateFixtures>({
asMobile: async ({ browser }, puse) => {
asMobile: async ({ browser }, pUse) => {
const fixtures = await createCallAndInvite(browser);
await puse({
await pUse({
creatorPage: fixtures.page,
inviteLink: fixtures.inviteLink,
});