Skip to content

Commit e82ff6e

Browse files
authored
Update table-sort.spec.js
1 parent 957f4ff commit e82ff6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/table/table-sort.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ describe('table sorting', () => {
5151
$rows
5252
.at(2)
5353
.findAll('td')
54-
.at(0).text()
54+
.at(0)
55+
.text()
5556
).toBe('2')
5657
})
5758
})

0 commit comments

Comments
 (0)