mchopra1004

Results 4 comments of mchopra1004

> Hi @kav3109, > > This approach is what I ended up doing, which has worked very successfully and reliably: > > ```ts > beforeEach(() => { > //Ensure that...

> Hi @mchopra1004, > I suppose there are various ways to do this, but I would personally structure this a bit differently. Rather than exporting a new instance of the...

> Hi @mchopra1004, > > This _may_ get you closer then, but if that's not entirely right, see if you can get there from here, please. Also, if you can...

> I'm a bit rusty here, but can you just "new it up"? `login = new loginPage();`? login = new loginpage(); gives "Failed: loginpage is not a constructor"