Commit 43db0d16 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Fixed test

1 merge request!499Feat/closed channels 602
Pipeline #78028991 running with stages
......@@ -40,9 +40,9 @@ context('Groups', () => {
cy.get('.m-groups-save > button').contains('Create').click();
cy.wait('@postCreate').then((xhr) => {
cy.wait('@postGroup').then((xhr) => {
expect(xhr.status).to.equal(200);
expect(xhr.response.body).to.equal({ status: 'success' });
expect(xhr.response.body.status).to.equal('success');
});
cy.get('.m-groupInfo__name').contains('test');
......
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