mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-25 07:25:22 -07:00
aaaa
This commit is contained in:
parent
167ef231d3
commit
07eae25a21
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ declare global {
|
||||||
waitForApiResponse(alias: string, timeout?: number): Chainable<void>;
|
waitForApiResponse(alias: string, timeout?: number): Chainable<void>;
|
||||||
clearTestData(): Chainable<void>;
|
clearTestData(): Chainable<void>;
|
||||||
seedTestData(fixture: string): Chainable<void>;
|
seedTestData(fixture: string): Chainable<void>;
|
||||||
|
api(options: any): Chainable<any>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,6 +19,7 @@ import './request.commands';
|
||||||
import './plex-settings.commands';
|
import './plex-settings.commands';
|
||||||
import './mock-data.commands';
|
import './mock-data.commands';
|
||||||
import "cypress-real-events/support";
|
import "cypress-real-events/support";
|
||||||
|
import "@bahmutov/cy-api/support";
|
||||||
|
|
||||||
|
|
||||||
// Alternatively you can use CommonJS syntax:
|
// Alternatively you can use CommonJS syntax:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue