Skip to content

Commit

Permalink
Resiliency change on timeline add note (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
TYLEROL committed Apr 24, 2019
1 parent bfddb3d commit 5369f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public static class AppElements


//Grid
{ "Grid_Container" , "//*[@id=\"_outer\"]/div/div[3][@data-type=\"Grid\"]"},
{ "Grid_Container" , "//div[@data-type=\"Grid\"]"},
{ "Grid_QuickFind" , "//*[contains(@id, \'quickFind_text\')]"},
{ "Grid_NextPage" , "//button[contains(@data-id,'moveToNextPage')]"},
{ "Grid_PreviousPage" , "//button[contains(@data-id,'moveToPreviousPage')]"},
Expand Down
1 change: 1 addition & 0 deletions Microsoft.Dynamics365.UIAutomation.Api.UCI/WebClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2481,6 +2481,7 @@ internal BrowserCommandResult<bool> OpenAndClickPopoutMenu(By menuName, By menuI
driver.ClickWhenAvailable(menuName);
try
{
driver.WaitUntilAvailable(menuItemName);
driver.ClickWhenAvailable(menuItemName);
}
catch
Expand Down

0 comments on commit 5369f58

Please sign in to comment.