Skip to content

Commit

Permalink
fix(deps): update dependency @kong/icons to ^1.20.2 (#2508)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @kong/icons to ^1.20.2

* test(ktable, ktabledata): fix component tests

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: portikM <[email protected]>
  • Loading branch information
renovate[bot] and portikM authored Jan 21, 2025
1 parent f15f52a commit bc179b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@floating-ui/vue": "^1.1.5",
"@kong/icons": "^1.18.1",
"@kong/icons": "^1.20.2",
"@popperjs/core": "^2.11.8",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
Expand Down
26 changes: 8 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/KTable/KTable.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ describe('KTable', () => {
})

cy.getTestId('table-pagination').should('be.visible')
cy.getTestId('table-pagination').find('.kui-icon.chevron-down-icon').click()
cy.getTestId('table-pagination').find('.kui-icon.chevron-down-icon').click({ force: true })
cy.get('.table').find('tr').should('have.length', 6)
cy.get('.table').find('.sort-icon').last().click()
cy.get('.table').find('td:nth-child(4)').first().should('has.text', 'Just now')
Expand Down
2 changes: 1 addition & 1 deletion src/components/KTableData/KTableData.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ describe('KTableData', () => {
})

cy.getTestId('table-pagination').should('be.visible')
cy.getTestId('table-pagination').find('.kui-icon.chevron-down-icon').click()
cy.getTestId('table-pagination').find('.kui-icon.chevron-down-icon').click({ force: true })
cy.get('.table').find('tr').should('have.length', 6)
cy.get('.table').find('.sort-icon').last().click()
cy.get('.table').find('td:nth-child(4)').first().should('has.text', 'Just now')
Expand Down

0 comments on commit bc179b8

Please sign in to comment.