public async Task BeforeScenarioAsync() { test.CreateSolution = true; await test.SetUrlAsync(userType : "authority"); test.GoToUrl(); }
private async Task BeforeSharedAsync(string userType) { test.CreateSolution = false; test.UserType = userType; await test.SetUrlAsync(); test.GoToUrl(); }