test: fix it.fail().slow is not a function (#3420)
This commit is contained in:
parent
40f685226b
commit
eb67c86213
|
|
@ -119,6 +119,7 @@ function fixturesUI(trialRun, suite) {
|
|||
return condition ? context.xit : context.it;
|
||||
};
|
||||
context.it.slow = () => itBuilder(['slow']);
|
||||
context.xit.slow = () => context.xit;
|
||||
context.it.retries = function(n) {
|
||||
context.retries(n);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue