diff options
Diffstat (limited to 'test/playwright/playwright-util.js')
-rw-r--r-- | test/playwright/playwright-util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/playwright/playwright-util.js b/test/playwright/playwright-util.js index 1ea2e604..5481eb75 100644 --- a/test/playwright/playwright-util.js +++ b/test/playwright/playwright-util.js @@ -114,7 +114,7 @@ export function getExpectedAddNoteBody() { deckName: 'Mock Deck', modelName: 'Mock Model', options: { - allowDuplicate: false, + allowDuplicate: true, duplicateScope: 'collection', duplicateScopeOptions: { deckName: null, |