Skip to content

Commit

Permalink
Cypress/E2E: Fix accessibility input fields (mattermost#5961)
Browse files Browse the repository at this point in the history
* Try to fix timezone display mode flakiness

* Fix accessibility input fields spec
  • Loading branch information
Joseph Baylon authored and saturninoabril committed Jul 22, 2020
1 parent ab21a8e commit 3b089f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('Verify Accessibility Support in different input fields', () => {
});

// # Trigger the user autocomplete again
cy.get('#post_textbox').clear().type('@').wait(TIMEOUTS.FIVE_SEC).type('{downarrow}');
cy.get('#post_textbox').clear().type('@').wait(TIMEOUTS.FIVE_SEC).type('{uparrow}{uparrow}{downarrow}');

// * Verify Accessibility Support in message autocomplete
verifyMessageAutocomplete(1);
Expand Down

0 comments on commit 3b089f3

Please sign in to comment.