Skip to content

Commit 75ee860

Browse files
Update tests/e2e/specs/table.cy.js
1 parent 9a80c07 commit 75ee860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/specs/table.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe('Table view', () => {
120120

121121
cy
122122
// sort dt-mean ascending
123-
.get('[aria-label="<Run-Time>: Not sorted. Activate to sort ascending."] > :nth-child(1)')
123+
.get('[aria-label="Run-Time: Not sorted. Activate to sort ascending."] > :nth-child(1)')
124124
.click({ force: true })
125125

126126
// check 0 is at the top (1st row, 10th column)

0 commit comments

Comments
 (0)