Skip to content

Commit 516d530

Browse files
committed
Fix object destructuring lint error in Playwright lighthouse e2e test case
1 parent 39f8c50 commit 516d530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/specs/13-performance/lighthouse.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test.describe('Lighthouse Performance', () => {
66

77
test.describe.configure({ mode: 'serial' })
88

9-
test('run Lighthouse audit on homepage', async (_fixtures, testInfo) => {
9+
test('run Lighthouse audit on homepage', async ({ page: _page }, testInfo) => {
1010
const baseURL = testInfo.project.use.baseURL
1111

1212
if (!baseURL || typeof baseURL !== 'string') {

0 commit comments

Comments
 (0)