Skip to content

Commit

Permalink
fix: fix dependency and test
Browse files Browse the repository at this point in the history
  • Loading branch information
louisewang1 committed Jul 4, 2022
1 parent e641ff8 commit 082f77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/item/publish/coEditorSettings.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Co-editor Setting', () => {
request: { url, body },
} = data;
expect(url.split('/')).contains(item.id);
expect(body.settings.displayCoEditors).contains(newOptionValue);
expect(body.settings.displayCoEditors).equals(newOptionValue);
});
});
});
Expand Down

0 comments on commit 082f77e

Please sign in to comment.