Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Achref Hawech committed Jul 6, 2022
1 parent 4537a3c commit ebe2502
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/units/TaskListItemComponent.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe("Task List Item component", function () {
it("has the correct version", function () {
expect(this.component
.find("td")
.at(10)
.at(11)
.children()
.first()
.props()
Expand All @@ -145,7 +145,7 @@ describe("Task List Item component", function () {
it("has the correct update timestamp", function () {
var cellProps = this.component
.find("td")
.at(11)
.at(12)
.children()
.first()
.props();
Expand All @@ -166,7 +166,7 @@ describe("Task List Item component", function () {
it("has the correct debug link", function () {
var a = this.component
.find("td")
.at(9)
.at(10)
.children()
.first()
.props();
Expand Down

0 comments on commit ebe2502

Please sign in to comment.