We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd35c5 commit 876c874Copy full SHA for 876c874
test-e2e/layout.test.ts
@@ -28,7 +28,7 @@ test.describe('smoketests', () => {
28
const inputLocator = getConfigPageInput(page)
29
// see https://playwright.dev/docs/locators#strictness
30
await inputLocator.first().waitFor()
31
- expect(await inputLocator.count()).toEqual(9)
+ expect(await inputLocator.count()).toEqual(10)
32
const submitButton = getConfigPageSaveButton(page)
33
await expect(submitButton).toBeVisible()
34
})
0 commit comments