Skip to content

Commit

Permalink
geosolutions-it#10026: Interactive legend for TOC layers
Browse files Browse the repository at this point in the history
- fix FE test failure
  • Loading branch information
mahmoudadel54 committed Apr 9, 2024
1 parent 5277175 commit a29974f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Test Raster advanced settings', () => {
const fields = document.querySelectorAll(".form-group");
const cswFilters = document.getElementsByClassName("catalog-csw-filters");
const sortBy = document.getElementsByClassName("sort-by");
expect(fields.length).toBe(12);
expect(fields.length).toBe(13);
expect(cswFilters).toBeTruthy();
expect(sortBy).toBeTruthy();
});
Expand All @@ -60,7 +60,7 @@ describe('Test Raster advanced settings', () => {
const fields = document.querySelectorAll(".form-group");
const cswFilters = document.getElementsByClassName("catalog-csw-filters");
const sortBy = document.getElementsByClassName("sort-by");
expect(fields.length).toBe(11);
expect(fields.length).toBe(12);
expect(cswFilters).toBeTruthy();
expect(sortBy).toBeTruthy();
});
Expand Down

0 comments on commit a29974f

Please sign in to comment.