Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ebo-zig committed Jan 27, 2025
1 parent 3f256e5 commit 56be4b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/runner/bdd_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,13 @@ When(/^I define a step with a \\( paren and a "(.*?)" string$/, () => {
stdout.should.include('On Wanneer: ik naar de kassa ga')
stdout.should.include('On Dan: zou ik de totaalprijs van "10.0" $ moeten zien')
stdout.should.include('On Gegeven: ik heb een product met een prijs van 10$ in mijn winkelwagen')
stdout.should.include('I add item 10')
stdout.should.include('Ik add item 10')
stdout.should.include('On En: de korting voor bestellingen van meer dan $20 is 10 %')
stdout.should.include('I have discount for price 20, 10')
stdout.should.include('Ik have discount for price 20, 10')
stdout.should.include('On Wanneer: ik naar de kassa ga')
stdout.should.include('I checkout')
stdout.should.include('Ik checkout')
stdout.should.include('On Dan: zou ik de totaalprijs van "10.0" $ moeten zien')
stdout.should.include('I see sum 10')
stdout.should.include('Ik see sum 10')
assert(!err)
done()
})
Expand Down

0 comments on commit 56be4b5

Please sign in to comment.