review: quick renaming
This commit is contained in:
@@ -15,9 +15,9 @@ export interface MobileCreateFixtures {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const mobileTest = test.extend<MobileCreateFixtures>({
|
export const mobileTest = test.extend<MobileCreateFixtures>({
|
||||||
asMobile: async ({ browser }, puse) => {
|
asMobile: async ({ browser }, pUse) => {
|
||||||
const fixtures = await createCallAndInvite(browser);
|
const fixtures = await createCallAndInvite(browser);
|
||||||
await puse({
|
await pUse({
|
||||||
creatorPage: fixtures.page,
|
creatorPage: fixtures.page,
|
||||||
inviteLink: fixtures.inviteLink,
|
inviteLink: fixtures.inviteLink,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user