Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasongg committed May 6, 2024
1 parent afbccbd commit b228109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/cypress/tests/chartView/chartView_showTags.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('show tags', () => {
.click();

const correctTags = [];

cy.get('.zoom__title--tags')
.find('.tag')
.each(($tag) => correctTags.push($tag.text().trim()))
Expand All @@ -143,7 +143,7 @@ describe('show tags', () => {
.each(($tag) => {
expect(correctTags).to.include($tag.text().trim());
});

cy.get('.summary-chart')
.first()
.find('.summary-chart__title--tags')
Expand Down

0 comments on commit b228109

Please sign in to comment.