@centreon/js-config 24.4.7 → 24.4.8
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.
|
@@ -159,6 +159,7 @@ declare global {
|
|
|
159
159
|
interface Chainable {
|
|
160
160
|
adjustViewport: () => Cypress.Chainable;
|
|
161
161
|
cssDisableMotion: () => Cypress.Chainable;
|
|
162
|
+
getRequestCalls: (alias) => Cypress.Chainable;
|
|
162
163
|
interceptAPIRequest: <T extends object>(
|
|
163
164
|
props: InterceptAPIRequestProps<T>
|
|
164
165
|
) => Cypress.Chainable;
|
package/package.json
CHANGED