Version: 10.5, MVC JQuery, .net core
I'm trying to get the UI tests working in ASPNetZero and I'm running into issues. I have the newest version and after using the instructions here (https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Playwright-UI-Testing) all the tests fail. It looks like the navigation is failing (see first screen shot ) and then all the screenshots that are captured are of that of the dashboard page. Am I missing a step? I set up a very simple test that directly navigated to a page (not using menu clicks) and looked for a div with certain text and that passed without problem so playwright and jest are up and running. I would appriciate any help or pointers on how I can get the tests shipped with the framework passing so I can use them as a model when I build out new functionality. Thanks!