Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ my_steps.nl.js
File
my_steps.nl.js
test/data/sandbox/i18n/features/step_definitions/my_steps.nl.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
I = actor()
2
3
Given(
'ik heb een product met een prijs van {int}$ in mijn winkelwagen'
, price => {
4
I.addItem(parseInt(price, 10))
Callers
nothing calls this directly
Calls
4
addItem
Method · 0.80
haveDiscountForPrice
Method · 0.80
checkout
Method · 0.80
seeSum
Method · 0.80
Tested by
no test coverage detected