it('should show redo payment credit card and cancel buttons', function() {
            expect(redoPaymentButton.contains('Refazer pagamento')).toBeTruthy();
            expect(redoPaymentButton.contains('Cancelar assinatura')).toBeTruthy();
        });