@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.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -121321,7 +121321,7 @@ class ApiKeysPage {
|
|
|
121321
121321
|
test.expect(this.page.getByTitle(normalizedDate.format(DATE_FORMATS.calendarDate))).toHaveClass(RegExp(DATE_PICKER_SELECTORS.selectedDateInCalendarClass)),
|
|
121322
121322
|
]);
|
|
121323
121323
|
await this.page.keyboard.press("Enter");
|
|
121324
|
-
await test.expect(nextYearBtn).toBeHidden();
|
|
121324
|
+
await test.expect(nextYearBtn).toBeHidden({ timeout: 15_000 });
|
|
121325
121325
|
};
|
|
121326
121326
|
fillApiKeyDetails = async ({ label, expiryDate }) => {
|
|
121327
121327
|
await this.page
|