Beispiel #1
0
        public async Task BeforeScenarioAsync()
        {
            test.CreateSolution = true;
            await test.SetUrlAsync(userType : "authority");

            test.GoToUrl();
        }
Beispiel #2
0
        private async Task BeforeSharedAsync(string userType)
        {
            test.CreateSolution = false;
            test.UserType       = userType;
            await test.SetUrlAsync();

            test.GoToUrl();
        }