Esempio n. 1
0
        public async Task Initialize()
        {
            _driver = WebDriverUtils.InitializeChromeDriver();
            _client = new DocmsApiClient("docms-client", Constants.TestUrlBase);
            await DocumentUtils.ClearAllAsync(_client.CreateDocumentClient()).ConfigureAwait(false);

            WebDriverUtils.LoginAsAdmin(_driver);
        }