Skip to content

Commit

Permalink
E2E: Refactor setup method to support class inheritance in `Request…
Browse files Browse the repository at this point in the history
…Utils` (#59362)
  • Loading branch information
WunderBart committed Feb 26, 2024
1 parent 702f78a commit 372308e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ class RequestUtils {
},
} );

const requestUtils = new RequestUtils( requestContext, {
const requestUtils = new this( requestContext, {
user,
storageState,
storageStatePath,
Expand Down

0 comments on commit 372308e

Please sign in to comment.