mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
[AC-2928] Create automatic app login policy (#10295)
* Create automatic app login policy * update copy * update copy * [PM-10155] Automatic Login After Autofill (#10297) --------- Co-authored-by: Cesar Gonzalez <cesar.a.gonzalezcs@gmail.com>
This commit is contained in:
@@ -148,6 +148,21 @@ const webNavigation = {
|
||||
addListener: jest.fn(),
|
||||
removeListener: jest.fn(),
|
||||
},
|
||||
onCompleted: {
|
||||
addListener: jest.fn(),
|
||||
removeListener: jest.fn(),
|
||||
},
|
||||
};
|
||||
|
||||
const webRequest = {
|
||||
onBeforeRequest: {
|
||||
addListener: jest.fn(),
|
||||
removeListener: jest.fn(),
|
||||
},
|
||||
onBeforeRedirect: {
|
||||
addListener: jest.fn(),
|
||||
removeListener: jest.fn(),
|
||||
},
|
||||
};
|
||||
|
||||
const alarms = {
|
||||
@@ -177,5 +192,6 @@ global.chrome = {
|
||||
offscreen,
|
||||
permissions,
|
||||
webNavigation,
|
||||
webRequest,
|
||||
alarms,
|
||||
} as any;
|
||||
|
||||
Reference in New Issue
Block a user