Skip to content

Commit 77ea242

Browse files
authored
test: Update failing sort test due to ag-grid release (#775)
* Update index.html * Updating test rather than pinning version * Locking into ag-grid 27.3.0
1 parent 13165d5 commit 77ea242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/testing-dom__sorting-table/cypress/integration/spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('Sorting table', () => {
1111

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

1717
cy.log('**sort by price**')

examples/testing-dom__sorting-table/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

0 commit comments

Comments
 (0)