Commit 6351a4ea authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): remove force from newsfeed e2e test

1 merge request!489WIP: (fix): e2e tests
Pipeline #75951604 passed with stages
in 41 minutes and 15 seconds
......@@ -47,7 +47,7 @@ context('Newsfeed', () => {
cy.wait(1000);
cy.get('.m-posterActionBar__PostButton').click({ force: true });
cy.get('.m-posterActionBar__PostButton').click();
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