Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Jan 13, 2024
1 parent ae92a82 commit 543b9fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cypress/e2e/searchreplace.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe('Search Replace ', () => {
ELEMENT_FILTER
).then((result) => {
console.log(`result`, result)
expect(result.count.original).to.equal(6)
expect(result.count.original).to.equal(7)
})
).then(() => {
console.log(`after wrap`)
Expand Down Expand Up @@ -221,7 +221,7 @@ describe('Search Replace ', () => {
false,
ELEMENT_FILTER
).then((result) => {
expect(result.count.original - result.count.replaced).to.equal(5)
expect(result.count.original - result.count.replaced).to.equal(6)
})
).then(() => {
console.log(`after wrap`)
Expand Down

0 comments on commit 543b9fb

Please sign in to comment.