Skip to content

Commit

Permalink
adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed May 17, 2021
1 parent 4f588b2 commit fc43e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ describe('policy details: ', () => {
security: true,
},
malware: { mode: 'prevent' },
ransomware: { mode: 'off', supported: true },
ransomware: { mode: 'off', supported: false },
popup: {
malware: {
enabled: true,
Expand All @@ -293,7 +293,6 @@ describe('policy details: ', () => {
ransomware: {
enabled: false,
message: '',
supported: false,
},
},
logging: { file: 'info' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
},
logging: { file: 'info' },
malware: { mode: 'prevent' },
ransomware: { mode: 'prevent' },
ransomware: { mode: 'prevent', supported: true },
popup: {
malware: {
enabled: true,
Expand Down

0 comments on commit fc43e0e

Please sign in to comment.