Skip to content

Commit 4db0953

Browse files
committed
update test
1 parent c085751 commit 4db0953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/cypress/integration/facets.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('Facets', { testIsolation: false }, () => {
1919

2020
it('Show datagov facet list on dataset page', () => {
2121
cy.visit('/dataset');
22-
cy.get('.filters h2').its('length').should('be.equal', 9);
22+
cy.get('.filters h2').its('length').should('be.equal', 7);
2323
cy.get('.filters h2').first().contains('Topics');
2424
cy.get('.filters h2').last().contains('Bureaus');
2525
});
@@ -28,7 +28,7 @@ describe('Facets', { testIsolation: false }, () => {
2828
cy.visit('/organization');
2929
cy.get('a[class="btn btn-primary"]').click();
3030
cy.visit('/organization/' + orgName);
31-
cy.get('.module-shallow').its('length').should('be.equal', 10);
31+
cy.get('.module-shallow').its('length').should('be.equal', 7);
3232
cy.get('.module-shallow').contains('Topics');
3333
cy.get('.module-shallow').contains('Harvest Source');
3434
cy.get('.module-shallow').last().contains('Bureaus');

0 commit comments

Comments
 (0)