Replaced all the mat-icons with fontawesome

This commit is contained in:
tidusjar 2021-03-22 10:04:41 +00:00
commit 3aba6516e0
11 changed files with 25 additions and 55 deletions

View file

@ -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",

View file

@ -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();