mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Replaced all the mat-icons with fontawesome
This commit is contained in:
parent
bb384bff68
commit
3aba6516e0
11 changed files with 25 additions and 55 deletions
|
@ -233,45 +233,6 @@
|
|||
"subscribed": false,
|
||||
"showSubscribe": true
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdropPath": "/vKzbIoHhk1z9DWYi8kyFe9Gg0HF.jpg",
|
||||
"genreIds": [],
|
||||
"originalLanguage": "en",
|
||||
"originalTitle": "Coming 2 America",
|
||||
"overview": "Prince Akeem Joffer is set to become King of Zamunda when he discovers he has a son he never knew about in America – a street savvy Queens native named Lavelle. Honoring his royal father's dying wish to groom this son as the crown prince, Akeem and Semmi set off to America once again.",
|
||||
"popularity": 2243.493896484375,
|
||||
"posterPath": "/nWBPLkqNApY5pgrJFMiI9joSI30.jpg",
|
||||
"releaseDate": "2021-03-05T00:00:00",
|
||||
"title": "Coming 2 America",
|
||||
"video": false,
|
||||
"voteAverage": 7.099999904632568,
|
||||
"voteCount": 552,
|
||||
"alreadyInCp": false,
|
||||
"trailer": null,
|
||||
"homepage": null,
|
||||
"rootPathOverride": 0,
|
||||
"qualityOverride": 0,
|
||||
"type": 1,
|
||||
"releaseDates": null,
|
||||
"digitalReleaseDate": null,
|
||||
"id": 484718,
|
||||
"approved": false,
|
||||
"denied": null,
|
||||
"deniedReason": null,
|
||||
"requested": false,
|
||||
"requestId": 0,
|
||||
"available": false,
|
||||
"plexUrl": null,
|
||||
"embyUrl": null,
|
||||
"jellyfinUrl": null,
|
||||
"quality": null,
|
||||
"imdbId": "tt6802400",
|
||||
"theTvDbId": null,
|
||||
"theMovieDbId": "484718",
|
||||
"subscribed": false,
|
||||
"showSubscribe": true
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdropPath": "/lOSdUkGQmbAl5JQ3QoHqBZUbZhC.jpg",
|
||||
|
|
|
@ -99,11 +99,11 @@ describe("Movie Details Buttons", () => {
|
|||
it("Movie Requested, Deny Movie", () => {
|
||||
cy.login();
|
||||
|
||||
Page.visit("484718");
|
||||
Page.visit("671");
|
||||
|
||||
Page.requestButton.click();
|
||||
cy.verifyNotification(
|
||||
"Coming 2 America (2021) has been successfully added"
|
||||
"Harry Potter and the Philosopher's Stone (2001) has been successfully added"
|
||||
);
|
||||
|
||||
cy.reload();
|
Loading…
Add table
Add a link
Reference in a new issue