chore: fix broken integration test after fieldsets changes

This commit is contained in:
jamesread 2025-11-10 20:52:49 +00:00
parent d4d7bf8135
commit e7d4747727
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ describe('config: dashboards with basic fieldsets', function () {
// Check that we have the expected number of fieldsets
const allFieldsets = await webdriver.findElements(By.css('fieldset'))
expect(allFieldsets).to.have.length(5, 'Expected 5 fieldsets total')
expect(allFieldsets).to.have.length(3, 'Expected 3 fieldsets total')
// Check that we have fieldsets with the expected titles
const fieldsetTitles = []