You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError("Promotion tests require user to be logged out. Please log out before running these tests. Logged-in users with pro subscriptions will not trigger trial activation logic.");
101
+
}
102
+
// If we reach here, user is not logged in - tests should work
103
+
expect(isLoggedIn).toBe(false);
104
+
});
105
+
96
106
describe("Trial Activation",function(){
97
107
98
108
it("should have access to trial functions",function(){
0 commit comments