REPORTS

Back | Test Results

Feature: Bulk Operations / Bulk Edit in Sales
tests/sales/features/bulkoperations/bulk-edit.feature
FAILED
Scenarios
5
Steps
3
Duration
5m 26s
Passed
5
Skipped
3
Failed
1
Test details
Feature: Vases
Scenario: A vase falls from the wall
Given 100 green vases are standing on the wall
37s
When 1 green vase accidentally falls
20s
Then there are 99 green vases standing on the wall
2s
Scenario: No vases are left
Given 1 green vases are standing on the wall
20s
when 1 green vase accidentally falls
11s
then there are 0 green vases standing on the wall
at Object. (/Users/smoujami/projects/play/tests/stepdefs/vases-steps.js:29:33) at Object.invoke (/Users/smoujami/projects/play/node_modules/yadda/lib/fn.js:29:19) at interpret (/Users/smoujami/projects/play/node_modules/yadda/lib/Macro.js:46:12) at interpret_step (/Users/smoujami/projects/play/node_modules/yadda/lib/Interpreter.js:67:47) at iterator (/Users/smoujami/projects/play/node_modules/yadda/lib/Interpreter.js:59:19) at iterate (/Users/smoujami/projects/play/node_modules/yadda/lib/Array.js:69:13) at Array.each_async (/Users/smoujami/projects/play/node_modules/yadda/lib/Array.js:75:9) at Array.each_async (/Users/smoujami/projects/play/node_modules/yadda/lib/fn.js:24:23) at interpret (/Users/smoujami/projects/play/node_modules/yadda/lib/Interpreter.js:54:21) at yadda (/Users/smoujami/projects/play/node_modules/yadda/lib/Yadda.js:36:26)
3s
@Pending
Scenario: Vases are reset
Given there are no green vases
13s
when 5 minutes has elapsed
8s
then there are 100 green vases standing on the wall
7s