Skip to content

Commit

Permalink
test: Update failing sort test due to ag-grid release (#775)
Browse files Browse the repository at this point in the history
* Update index.html

* Updating test rather than pinning version

* Locking into ag-grid 27.3.0
  • Loading branch information
tbiethman authored May 17, 2022
1 parent 13165d5 commit 77ea242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('Sorting table', () => {

cy.get('#myGrid') // table
.within(() => {
cy.get('[role=rowgroup] .ag-row')
cy.get('.ag-center-cols-container[role=rowgroup] .ag-row')
.should('have.length', 3) // non-header rows

cy.log('**sort by price**')
Expand Down
2 changes: 1 addition & 1 deletion examples/testing-dom__sorting-table/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<title>Ag-Grid Basic Example</title>
<script src="https://unpkg.com/ag-grid-community/dist/ag-grid-community.min.js"></script>
<script src="https://unpkg.com/ag-grid-community@27.3.0/dist/ag-grid-community.min.js"></script>
<script src="main.js"></script>
</head>

Expand Down

0 comments on commit 77ea242

Please sign in to comment.