Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arelra committed Jan 12, 2024
1 parent 7b7cec8 commit 9f978f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const scrollToGateForLazyLoading = async (page: Page) => {
};

test.describe('Sign In Gate Tests', () => {
test.beforeEach(async ({ context, page }) => {
test.beforeEach(async ({ context }) => {
await disableCMP(context);
await setMvtCookie(context);
});
Expand Down Expand Up @@ -104,7 +104,7 @@ test.describe('Sign In Gate Tests', () => {
}) => {
await loadPageWithOverrides(page, standardArticle);

await page.evaluate((n) => {
await page.evaluate(() => {
localStorage.setItem(
'gu.prefs.sign-in-gate',
JSON.stringify({
Expand Down

0 comments on commit 9f978f0

Please sign in to comment.