Skip to content

Commit 876c874

Browse files
committed
chore: fix layout test
1 parent 1dd35c5 commit 876c874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)