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 3c740da commit 4f588b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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' },
ransomware: { mode: 'off', supported: true },
popup: {
malware: {
enabled: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,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 4f588b2

Please sign in to comment.