You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebDriverWait wait = new WebDriverWait(driver, TimeSpan.FromSeconds(10));
IWebElement descriptionField = wait.Until(ExpectedConditions.ElementIsVisible(By.Name("description")));
If the element is still not found, double-check the page's HTML to confirm that the description field exists and that its name attribute is correctly specified.
The test
Capgemini.PowerApps.SpecFlowBindings.UiTests.TimelineStepsFeature.AddAppointmentToTimeline
is failing.https://dev.azure.com/capgeminiuk/GitHub%20Support/_build/results?buildId=8397&view=ms.vss-test-web.build-test-results-tab&runId=1015498&resultId=100161&paneView=debug
The text was updated successfully, but these errors were encountered: