refactor(e2e): organize fixtures by feature
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { e2eEmailUser } from "./auth";
|
||||
|
||||
export { e2eEmailUser } from "./auth";
|
||||
|
||||
export const userEntitlementsResponse = {
|
||||
userId: e2eEmailUser.id,
|
||||
isGuest: false,
|
||||
isVip: false,
|
||||
vipExpiresAt: null,
|
||||
creditBalance: 0,
|
||||
dolBalance: 0,
|
||||
};
|
||||
Reference in New Issue
Block a user