refactor: update auto scroll mechanism (#970)
This commit is contained in:
parent
1fd2302914
commit
45978c27a2
13 changed files with 250 additions and 52 deletions
|
|
@ -8,7 +8,7 @@ interface Fixtures {
|
|||
curieContext: UserContext;
|
||||
}
|
||||
|
||||
export const test = baseTest.extend<any, Fixtures>({
|
||||
export const test = baseTest.extend<{}, Fixtures>({
|
||||
adaContext: [
|
||||
async ({ browser }, use, workerInfo) => {
|
||||
const ada = await createAuthenticatedContext({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue