From e7d4747727ce0e6d22dafd8d4e94168d56ee0aab Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 10 Nov 2025 20:52:49 +0000 Subject: [PATCH] chore: fix broken integration test after fieldsets changes --- integration-tests/test/dashboardsWithBasicFieldsets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/test/dashboardsWithBasicFieldsets.js b/integration-tests/test/dashboardsWithBasicFieldsets.js index 0ca179b..c36817a 100644 --- a/integration-tests/test/dashboardsWithBasicFieldsets.js +++ b/integration-tests/test/dashboardsWithBasicFieldsets.js @@ -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 = []