Commit d4af1b83 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): force click on poster's post button

1 merge request!489WIP: (fix): e2e tests
Pipeline #75664712 passed with stages
in 53 minutes and 43 seconds
......@@ -47,7 +47,7 @@ context('Newsfeed', () => {
cy.wait(1000);
cy.get('.m-posterActionBar__PostButton').click();
cy.get('.m-posterActionBar__PostButton').click({ force: true });
cy.wait(300);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment