mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
feat: Upgrade to Angular14 (#4668)
* refactor: 🔥 removed angular-bootstrap-md dependancy
* chore: update tsconfig
* yeah
* ng14 upgrade
* refactor: migration changes
* fix: fixed CLI
* test: Fixed automation
This commit is contained in:
parent
a9f7980942
commit
b9d55a469b
54 changed files with 1829 additions and 1415 deletions
|
@ -24,7 +24,7 @@ export class DiscoverCard {
|
|||
}
|
||||
|
||||
get requestType(): Cypress.Chainable<any> {
|
||||
return cy.get(`#type${this.id}`);
|
||||
return cy.get(`#type${this.id}-${this.movie ? 'movie': 'tvShow'}`);
|
||||
}
|
||||
|
||||
get statusClass(): Cypress.Chainable<any> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue