Skip to content

Commit 5da2167

Browse files
committed
chore: fix layout test
1 parent 1dd35c5 commit 5da2167

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lib/get-verified-fetch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export async function getVerifiedFetch (config: ConfigDb, logger: ComponentLogge
8888
dns: dnsConfig
8989
})
9090
}
91+
9192
return createVerifiedFetch(helia, { withServerTiming: true, plugins: [dirIndexHtmlPluginFactory] })
9293
}
9394

test-e2e/layout.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test.describe('smoketests', () => {
2828
const inputLocator = getConfigPageInput(page)
2929
// see https://playwright.dev/docs/locators#strictness
3030
await inputLocator.first().waitFor()
31-
expect(await inputLocator.count()).toEqual(9)
31+
expect(await inputLocator.count()).toEqual(10)
3232
const submitButton = getConfigPageSaveButton(page)
3333
await expect(submitButton).toBeVisible()
3434
})

0 commit comments

Comments
 (0)