@bigbinary/neeto-playwright-commons 3.2.3 → 3.2.4

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
@@ -121300,7 +121300,7 @@ class ApiKeysPage {
121300
121300
  expect(this.page.getByTitle(normalizedDate.format(DATE_FORMATS.calendarDate))).toHaveClass(RegExp(DATE_PICKER_SELECTORS.selectedDateInCalendarClass)),
121301
121301
  ]);
121302
121302
  await this.page.keyboard.press("Enter");
121303
- await expect(nextYearBtn).toBeHidden();
121303
+ await expect(nextYearBtn).toBeHidden({ timeout: 15_000 });
121304
121304
  };
121305
121305
  fillApiKeyDetails = async ({ label, expiryDate }) => {
121306
121306
  await this.page