Commit c833acb3 authored by Guy Thouret's avatar Guy Thouret

(fix) Undefined code reference should be 20 in newsfeed e2e test - #1889

1 merge request!556WIP: E2E Tests For Propagate Properties
Pipeline #82546931 running with stages
......@@ -102,7 +102,7 @@ context('Newsfeed', () => {
.type(newContent);
cy.get('.m-button--submit').click();
cy.wait('@mediaEDIT').then(xhr => {
expect(xhr.status).to.equal(code);
expect(xhr.status).to.equal(200);
});
navigateToNewsfeed();
......
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