Explorar el Código

chore: fix broken integration test after fieldsets changes

jamesread hace 7 meses
padre
commit
e7d4747727
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      integration-tests/test/dashboardsWithBasicFieldsets.js

+ 1 - 1
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
     // Check that we have the expected number of fieldsets
     const allFieldsets = await webdriver.findElements(By.css('fieldset'))
     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
     // Check that we have fieldsets with the expected titles
     const fieldsetTitles = []
     const fieldsetTitles = []