Skip to content

Commit

Permalink
Merge pull request #4427 from rldhont/fix-tests-e2e-cypress-dataviz
Browse files Browse the repository at this point in the history
Fix tests e2e cypress dataviz
  • Loading branch information
rldhont authored May 13, 2024
2 parents 577e01e + 9662caa commit 119fc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/end2end/cypress/integration/dataviz-ghaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe('Dataviz tests', function () {

// We also test that the title in the popup is specific
// and not the one configured for the plot
cy.get('#popupcontent .lizmapPopupChildren.lizdataviz > h4').should('have.text', 'Number of bakeries for this polygon')
cy.get('#popupcontent .lizmapPopupChildren.lizdataviz > h4').first().should('have.text', 'Number of bakeries for this polygon')

cy.get('#popupcontent .lizmapPopupChildren.lizdataviz .dataviz-waiter').should('not.be.visible')
cy.get('#popupcontent .lizmapPopupChildren.lizdataviz .plot-container')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"trigger_filter": true,
"stacked": "False",
"horizontal": "False",
"only_show_child": "False",
"only_show_child": "True",
"display_legend": "True",
"display_when_layer_visible": "False",
"uuid": "bakeries_plot_html_yuzce",
Expand Down

0 comments on commit 119fc2f

Please sign in to comment.