cy.contains('Wrong Email or password').should('not.exist');
cy.url().should('include','/app/tracking');
cy.get('.ant-modal').within($modal=>{
cy.get('.ant-modal').within(()=>{
cy.contains('Setup').should('exist');
cy.contains(
'The key file for this health department was generated. Please make sure to download the file and not to lose it. You will need it to decrypt the data from requested locations.'
it('it should reject the key upload and a notification should show stating that a wrong key has been uploaded, after that the correct private key is being uploaded and a notification occurs stating the the private key has been successfully uploaded as well the modal should close',()=>{