Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Cypress/E2E: Fix accessibility input fields #5961

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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