We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a80c07 commit 75ee860Copy full SHA for 75ee860
tests/e2e/specs/table.cy.js
@@ -120,7 +120,7 @@ describe('Table view', () => {
120
121
cy
122
// sort dt-mean ascending
123
- .get('[aria-label="<Run-Time>: Not sorted. Activate to sort ascending."] > :nth-child(1)')
+ .get('[aria-label="Run-Time: Not sorted. Activate to sort ascending."] > :nth-child(1)')
124
.click({ force: true })
125
126
// check 0 is at the top (1st row, 10th column)
0 commit comments