Skip to content

Commit

Permalink
Test reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Apr 23, 2020
1 parent f695311 commit 13e1b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/html/focusManagement.suggestedActions.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
await pageObjects.wait(conditions.minNumActivitiesShown(2), timeouts.directLine);
await pageObjects.wait(conditions.suggestedActionsShown(), timeouts.directLine);
await pageObjects.clickNthSuggestedAction(1);
await pageObjects.wait(conditions.minNumActivitiesShown(4), timeouts.directLine);

// After clicking on any suggested actions, it should focus back on the type focus sink.
expect(document.querySelector(':focus')).toBe(elements.sendBoxTextBox());
Expand Down

0 comments on commit 13e1b41

Please sign in to comment.