Skip to content

Commit

Permalink
fixed spec for map filter
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal authored and BielStela committed Feb 7, 2024
1 parent 098084b commit 0bd6a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cypress/e2e/analysis/filters-map.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ describe('Analysis filters', () => {
const firstItem = interception.response.body?.data[0];
cy.get('[data-testid="tree-select-producers-filter"]').find('div[role="combobox"]').click();
cy.get('[data-testid="tree-select-producers-filter"]')
.find('.rc-tree-list')
.find('div[role="listbox"]')
.find('.rc-tree-treenode')
.eq(1)
.should('have.text', firstItem.attributes.name)
Expand Down

0 comments on commit 0bd6a8a

Please sign in to comment.