Skip to content

Commit

Permalink
fix: add eslint disable
Browse files Browse the repository at this point in the history
  • Loading branch information
ngunner15 committed May 13, 2024
1 parent 831177d commit 1d17f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/cypress/e2e/smoke-test/my-seedlots.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ describe('My seedlots page', () => {
.eq(1)
.find('td:nth-child(1)').then(($seedlotNum) => {
const descendingSecondRow: string = $seedlotNum.text();
// eslint-disable-next-line max-len
expect(parseInt(descendingFirstRow, 10)).to.be.greaterThan(parseInt(descendingSecondRow, 10));
});
});
Expand Down

0 comments on commit 1d17f06

Please sign in to comment.