@bigbinary/neeto-playwright-commons 1.8.6 → 1.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -153,7 +153,7 @@ const COMMON_SELECTORS = {
153
153
 
154
154
  class CustomCommands {
155
155
  constructor(page, request) {
156
- this.interceptMultipleResponses = ({ responseUrl = "", times = 1, baseUrl, customPageContext, timeout = 10000, } = {}) => {
156
+ this.interceptMultipleResponses = ({ responseUrl = "", times = 1, baseUrl, customPageContext, timeout = 35000, } = {}) => {
157
157
  const pageContext = customPageContext !== null && customPageContext !== void 0 ? customPageContext : this.page;
158
158
  return Promise.all([...new Array(times)].map(() => pageContext.waitForResponse((response) => {
159
159
  var _a, _b, _c;