getgauge / taiko

A node.js library for testing modern web applications
https://taiko.dev
MIT License
3.57k stars 453 forks source link

Add count paramater type to intercept #2649

Closed artursopelnik closed 1 year ago

artursopelnik commented 1 year ago

To Reproduce

intercept('someUrl', {}, 1) See error TS2554: Expected 1-2 arguments, but got 3.

marques-work commented 1 year ago

@zabil now that 1.3.5 is out, which includes this commit (presumably), we should close this?