File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
22
22
### Fixed
23
23
24
24
* Fix types for hook functions so they can return e.g. ` 'skipped' ` ([ #1542 ] ( https://github.com/cucumber/cucumber-js/pull/1542 ) )
25
- * Fixed API reference for ` And ` and ` But ` methods ([ #1611 ] ( https://github.com/cucumber/cucumber-js/pull/1611 ) )
26
25
27
26
## [ 7.0.0] (2020-12-21)
28
27
Original file line number Diff line number Diff line change @@ -46,12 +46,6 @@ Multiple `After` hooks are executed in the **reverse** order that they are defin
46
46
47
47
---
48
48
49
- #### ` And(pattern[, options], fn) `
50
-
51
- Alias of ` defineStep ` .
52
-
53
- ---
54
-
55
49
#### ` AfterAll([options,] fn) `
56
50
57
51
Defines a hook which is run after all scenarios have completed.
@@ -107,12 +101,6 @@ Multiple `BeforeStep` hooks are executed in the order that they are defined.
107
101
108
102
---
109
103
110
- #### ` But(pattern[, options], fn) `
111
-
112
- Alias of ` defineStep ` .
113
-
114
- ---
115
-
116
104
#### ` defineStep(pattern[, options], fn) `
117
105
118
106
Defines a step.
You can’t perform that action at this time.
0 commit comments