Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnjack committed Jul 1, 2023
1 parent b6a15f5 commit 5ced29a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/frontend/cypress/integration/10feed_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,13 @@ run: env
expect(list).to.have.length(3);
switch (index) {
case 0:
expect(item.text()).to.equal("ok0 param1");
expect(item.text()).to.equal("ok0content_copyparam1");
break;
case 1:
expect(item.text()).to.equal("ok1 param2");
expect(item.text()).to.equal("ok1content_copyparam2");
break;
case 2:
expect(item.text()).to.equal("ok2 param3");
expect(item.text()).to.equal("ok2content_copyparam3");
break;
}
});
Expand Down

0 comments on commit 5ced29a

Please sign in to comment.