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