Skip to content

Commit

Permalink
test: rename test case
Browse files Browse the repository at this point in the history
  • Loading branch information
amtrack committed Dec 6, 2024
1 parent 8cf0699 commit f7ac19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/slack/index.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ describe(Slack.name, function () {
agreeToTermsAndConditions: false,
enableSalesCloudForSlack: false
};
it('should accept terms and conditions', async () => {
it('should accept terms and conditions and enable Sales Cloud for Slack', async () => {
await plugin.run(configEnable);
});
it('should already be accepted', async () => {
it('should already be accepted and enabled', async () => {
const res = await plugin.run(configEnable);
assert.deepStrictEqual(res, { message: 'no action necessary' });
});
Expand Down

0 comments on commit f7ac19e

Please sign in to comment.