diff --git a/cypress/integration/edit/edit_dashboard/show_description.js b/cypress/integration/edit/edit_dashboard/show_description.js index 0636ad100..2f00c3ddb 100644 --- a/cypress/integration/edit/edit_dashboard/show_description.js +++ b/cypress/integration/edit/edit_dashboard/show_description.js @@ -16,7 +16,7 @@ before(() => { }, body: 'false', }).then((response) => - expect(response.status).to.be.oneOf([RESP_CODE_201, RESP_CODE_200]) + expect(response.status).to.be.oneOf([RESP_CODE_201, RESP_CODE_200]) ) })