Skip to content

Commit

Permalink
add wait to solve pipeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinto committed Jul 16, 2024
1 parent 07b9dc3 commit fd66ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ Cypress.Commands.add('renderMessage', (text: string, data: any, source: string,
Cypress.Commands.add('setRTLDocument', () => {
cy.document().then(doc => {
doc.documentElement.setAttribute('dir', 'rtl');
cy.wait(500);
});

return cy.then(() => { });
Expand Down

0 comments on commit fd66ce8

Please sign in to comment.