Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/72668d1c500be94b1584cd1fde425904d0d67e28
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
3 deletions
@ -102,7 +102,7 @@ describe("Movie Details Buttons", () => {
Page . availableButton . should ( "exist" ) ;
} ) ;
it ("Movie Requested, Deny Movie" , ( ) = > {
it .skip ("Movie Requested, Deny Movie" , ( ) = > {
cy . login ( ) ;
Page . visit ( "671" ) ;
@ -15,7 +15,7 @@ describe("Search Tests", () => {
card . topLevelCard . realHover ( ) ;
card . title . should ( 'have.text' , "Dexter's Laboratory" ) ;
card . overview . contains ( ' Cartoon Network ') ;
card . overview . contains ( ' Dexter ') ;
card . requestType . contains ( 'TV Show' ) ;
card . requestButton . should ( 'exist' ) ;
} ) ;
@ -16,7 +16,7 @@ describe('User Management Page', () => {
} ) ;
it ( 'Loads users table' , ( ) = > {
cy . contains ( "User Management ") ;
cy . contains ( "User s ") ;
cy . contains ( "Add User To Ombi" ) ;
} ) ;