Add showPopupPreview to options test (#1001)

This commit is contained in:
toasted-nutbread 2020-11-07 11:31:38 -05:00 committed by GitHub
parent ca26c648c2
commit 0b003ef2c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -500,7 +500,8 @@ function createOptionsUpdatedTestData1() {
global: {
database: {
prefixWildcardsSupported: false
}
},
showPopupPreview: false
}
};
}